[Emacs] Reduce org-export-headline-levels to 3

For some reason, high values for this variable cause imenu to be very slow.
This commit is contained in:
Ivan Malison 2016-10-25 17:56:44 -07:00
parent 16985d31be
commit ba1eab4253
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2700,7 +2700,7 @@ Intero seems to be causing hangs, so it has been disabled
(setq org-goto-interface 'outline-path-completion
org-goto-max-level 10
org-export-headline-levels 5)
org-export-headline-levels 3)
(add-hook 'org-mode-hook 'imalison:disable-linum-mode)
(add-hook 'org-mode-hook (lambda () (setq org-todo-key-trigger t)))
(add-hook 'org-agenda-mode-hook 'imalison:disable-linum-mode)