From 43f132fa2125407cd147231328f82f30910966ad Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 29 Jun 2015 03:08:05 -0700 Subject: [PATCH] enable imenu-auto-rescan --- dotfiles/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index fdb7ef85..8ac084c5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -429,6 +429,10 @@ The current directory is assumed to be the project's root otherwise." (setq ediff-split-window-function 'split-window-horizontally) (setq ediff-window-setup-function 'ediff-setup-windows-plain) +;; Disable this per minor mode or maybe using file size if it causes +;; performance issues? +(setq imenu-auto-rescan t) + ;; ============================================================================= ;; use-package ;; =============================================================================