mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: use new symbol for Org fold catching invisible edits
The other one is deprecated.
This commit is contained in:
parent
d5b405b847
commit
655a7f70c8
|
|
@ -102,7 +102,7 @@
|
|||
("x" . "example")
|
||||
("X" . "export")
|
||||
("q" . "quote")))
|
||||
(setq org-catch-invisible-edits 'show)
|
||||
(setq org-fold-catch-invisible-edits 'show)
|
||||
(setq org-return-follows-link nil)
|
||||
(setq org-loop-over-headlines-in-active-region 'start-level)
|
||||
(setq org-modules '(ol-info ol-eww))
|
||||
|
|
|
|||
|
|
@ -7137,7 +7137,7 @@ on how I use Org.
|
|||
("x" . "example")
|
||||
("X" . "export")
|
||||
("q" . "quote")))
|
||||
(setq org-catch-invisible-edits 'show)
|
||||
(setq org-fold-catch-invisible-edits 'show)
|
||||
(setq org-return-follows-link nil)
|
||||
(setq org-loop-over-headlines-in-active-region 'start-level)
|
||||
(setq org-modules '(ol-info ol-eww))
|
||||
|
|
|
|||
Loading…
Reference in a new issue