X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=4732256f31692726080c24d0cb7e6f76bc5c649a;hp=87d2eb905bc4a2f7751a5f9fa06a55c35054e0b0;hb=c8ef0ff3bd4f0b1ddaaadf9770d64db7fe28159a;hpb=83f0c9d6b7078bc444ef02cb043f1be68399bbee diff --git a/.emacs b/.emacs index 87d2eb9..4732256 100644 --- a/.emacs +++ b/.emacs @@ -76,6 +76,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,