Mercurial > dotfiles
diff .elisp/settings/50.preferences.el @ 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 | 6b57bb47de2e |
children | 668268f29a88 |
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)