Use org-tree-slide-play-hook to hide blocks
This commit is contained in:
parent
b2376a847f
commit
87abb63dd2
1 changed files with 2 additions and 3 deletions
|
@ -36,9 +36,8 @@ headings as titles, and you have more freedom to place them wherever you like.")
|
|||
org-tree-slide-heading-emphasis t)
|
||||
|
||||
(add-hook 'org-tree-slide-after-narrow-hook #'org-display-inline-images)
|
||||
(add-hook! 'org-tree-slide-mode-hook
|
||||
#'+org-present-hide-blocks-h
|
||||
#'+org-present-prettify-slide-h)
|
||||
(add-hook 'org-tree-slide-mode-hook #'+org-present-prettify-slide-h)
|
||||
(add-hook 'org-tree-slide-play-hook #'+org-present-hide-blocks-h)
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
(map! :map org-tree-slide-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue