Explicitly configure top margin for org-tree-slide presentations
Better to remember how the variable was named, in case I need to adjust this locally.
This commit is contained in:
parent
b38b2ede6a
commit
7a14c64ef0
3
init.el
3
init.el
@ -1455,12 +1455,13 @@ accordingly."
|
||||
(use-package org-tree-slide
|
||||
:commands (org-tree-slide-mode)
|
||||
;; Configuration from https://protesilaos.com/dotemacs/
|
||||
:init (setq org-tree-slide-breadcrumbs " → "
|
||||
:init (setopt org-tree-slide-breadcrumbs " → "
|
||||
org-tree-slide-header t
|
||||
org-tree-slide-slide-in-effect nil
|
||||
org-tree-slide-heading-emphasis nil
|
||||
org-tree-slide-cursor-init t
|
||||
org-tree-slide-modeline-display nil
|
||||
org-tree-slide-content-margin-top 2
|
||||
org-tree-slide-skip-done nil
|
||||
org-tree-slide-skip-comments t
|
||||
org-tree-slide-fold-subtrees-skipped t
|
||||
|
||||
Loading…
Reference in New Issue
Block a user