From ba1eab4253f6946cef0194c862846dae3ea93c47 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 25 Oct 2016 17:56:44 -0700 Subject: [PATCH] [Emacs] Reduce `org-export-headline-levels` to 3 For some reason, high values for this variable cause imenu to be very slow. --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 844e5d79..8767fea2 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)