Change org-imenu depth to 10, seems faster now

This commit is contained in:
Ivan Malison 2016-08-17 14:12:07 -07:00
parent 3eb102f71f
commit e7f75bd945
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1503,7 +1503,7 @@ Sets environment variables by starting a shell
(setq org-agenda-skip-deadline-if-done t)
;;(add-to-list org-agenda-tag-filter-preset "+PRIORITY<\"C\"")
(setq org-imenu-depth 3)
(setq org-imenu-depth 10)
;; Stop starting agenda from deleting frame setup!
(setq org-agenda-window-setup 'other-window)