comparison .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
comparison
equal deleted inserted replaced
148:c1519e52dcd0 151:bf6b5a0dc1f3
42 (setq ns-command-modifier (quote meta)) 42 (setq ns-command-modifier (quote meta))
43 43
44 ;; Don't popup new frames for opened files 44 ;; Don't popup new frames for opened files
45 (setq ns-pop-up-frames nil) 45 (setq ns-pop-up-frames nil)
46 46
47 ; cause imenu to always rescan the buffer (for textmate-goto-symbol)
48 (setq imenu-auto-rescan t)
47 ;; better uniquify from http://metapundit.net/sections/blog/emacs_and_django 49 ;; better uniquify from http://metapundit.net/sections/blog/emacs_and_django
48 (require 'uniquify) 50 (require 'uniquify)
49 (setq uniquify-buffer-name-style 'reverse) 51 (setq uniquify-buffer-name-style 'reverse)
50 (setq uniquify-separator "/") 52 (setq uniquify-separator "/")
51 (setq uniquify-after-kill-buffer-p t) 53 (setq uniquify-after-kill-buffer-p t)