X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=537001a6d3216706687d68b9d40fd85864051cbe;hp=4732256f31692726080c24d0cb7e6f76bc5c649a;hb=c3699272e003c6ceb222e1097cdd1252e3306435;hpb=c8ef0ff3bd4f0b1ddaaadf9770d64db7fe28159a diff --git a/.emacs b/.emacs index 4732256..537001a 100644 --- a/.emacs +++ b/.emacs @@ -7,6 +7,9 @@ ;; Set the frame title to the name of the buffer, if supported. (setq frame-title-format "%b") +;; Currently needed to make Emacs 23 behave sanely. +'(diff-jump-to-old-file t) + ;; Disable the menu/tool bars when we're using X. (menu-bar-mode -1) (when window-system