changeset 151:bf6b5a0dc1f3

.elisp: Make textmate-goto-symbol always recompute function locations.
author Augie Fackler <durin42@gmail.com>
date Thu, 08 Oct 2009 18:49:28 -0400
parents c1519e52dcd0
children a24d5587386f
files .elisp/settings/50.preferences.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -44,6 +44,8 @@
 ;; Don't popup new frames for opened files
 (setq ns-pop-up-frames nil)
 
+; cause imenu to always rescan the buffer (for textmate-goto-symbol)
+(setq imenu-auto-rescan t)
 ;; better uniquify from http://metapundit.net/sections/blog/emacs_and_django
 (require 'uniquify)
 (setq uniquify-buffer-name-style 'reverse)