Mercurial > dotfiles
diff .elisp/settings/50.preferences.el @ 161:668268f29a88
Merge
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 24 Nov 2009 15:20:07 -0600 |
parents | 362d19c732a8 bf6b5a0dc1f3 |
children | a8e5d4b0913d 593b5263291d |
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)