Reveal more context by default when jumping to hidden Org entries
This is meant to avoid partially revealed structures that give a misleading overview of the actual structure. I think this has been mostly caused by the default entry `(agenda . local)`, so we just use `lineage` by default for everything now.
This commit is contained in:
parent
53313ab3dc
commit
fb0b6dc2d7
7
init.el
7
init.el
@ -840,7 +840,12 @@
|
||||
("ddg" . "https://duckduckgo.com/?q=%s")
|
||||
("omap" . "https://nominatim.openstreetmap.org/search?q=%s&polygon=1")
|
||||
("github" . "https://github.com/")
|
||||
("gitlab" . "https://gitlab.com/"))))
|
||||
("gitlab" . "https://gitlab.com/")))
|
||||
|
||||
;; Show more context when revealing locations, to avoid incompletly revealed items.
|
||||
|
||||
(setopt org-fold-show-context-detail '((default . lineage))))
|
||||
|
||||
:config (progn
|
||||
|
||||
;; Some hooks from text-mode-hook, Org mode does not seem to run those?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user