From 3ce03c7a0de3a32099632b2b9ceffd50d5d0c4c1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 17 Mar 2014 12:51:33 +0000 Subject: [PATCH] Enable imenu's auto-rescan feature --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index 9d6a89d..5ea1f4a 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -69,6 +69,7 @@ (name 16 -1) " " filename)))) '(icomplete-mode t) + '(imenu-auto-rescan t) '(isearch-resume-in-command-history t) '(ispell-program-name "aspell") '(magit-completing-read-function (quote magit-ido-completing-read))