tweak(org): org-imenu-depth = 6

Headings beyond 6 are excessive in almost any org document, and only
muddy (and slow down) imenu search results, so I'm reducing it to the
number of available HTML headings.
This commit is contained in:
Henrik Lissner 2021-09-25 00:54:13 +02:00
parent 8f69474e56
commit 206063f27d

View file

@ -115,7 +115,7 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
org-fontify-whole-heading-line t org-fontify-whole-heading-line t
org-hide-leading-stars t org-hide-leading-stars t
org-image-actual-width nil org-image-actual-width nil
org-imenu-depth 8 org-imenu-depth 6
;; Sub-lists should have different bullets ;; Sub-lists should have different bullets
org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+") ("1." . "a.")) org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+") ("1." . "a."))
org-priority-faces org-priority-faces