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:
justbur 2016-01-11 13:16:07 -05:00 committed by syl20bnr
parent 78b8d939f4
commit 3e507eb225

View file

@ -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))