org: Set org-imenu-depth to 8
This makes the depth of imenu consistent with helm-org-headings-max-depth when ivy is used instead of helm.
This commit is contained in:
parent
78b8d939f4
commit
3e507eb225
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@
|
|||
(concat spacemacs-cache-directory ".org-id-locations")
|
||||
org-log-done t
|
||||
org-startup-with-inline-images t
|
||||
org-src-fontify-natively t)
|
||||
org-src-fontify-natively t
|
||||
;; this is consistent with the value of
|
||||
;; `helm-org-headings-max-depth'.
|
||||
org-imenu-depth 8)
|
||||
|
||||
(with-eval-after-load 'org-indent
|
||||
(spacemacs|hide-lighter org-indent-mode))
|
||||
|
|
Reference in a new issue