# HG changeset patch # User Augie Fackler # Date 1255042168 14400 # Node ID bf6b5a0dc1f37d6d8755bb9989dbcf646973367e # Parent c1519e52dcd007a3a48cf8731f3e5e4fad2d086e .elisp: Make textmate-goto-symbol always recompute function locations. diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el --- 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)