X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=537001a6d3216706687d68b9d40fd85864051cbe;hb=c3699272e003c6ceb222e1097cdd1252e3306435;hp=87d2eb905bc4a2f7751a5f9fa06a55c35054e0b0;hpb=83f0c9d6b7078bc444ef02cb043f1be68399bbee;p=emacs.d.git diff --git a/.emacs b/.emacs index 87d2eb9..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 @@ -76,6 +79,8 @@ (load-library "diff-buffer-against-file") (global-set-key "\C-cd" 'diff-buffer-against-file) +(load-library "fix-nonstandard-chars") + ;; These next functions override the defaults provided by emacs. They ;; prevent warning messages related to file modification times,