X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=ba4547de9602fc07f6f8b3ecd11d2788a13a1a29;hb=516bf83a0d45f0fb089077122b7d504674e7e3e7;hp=5e9a7a03d31572f99798789f8f770e6e613dcd70;hpb=042fac64b6d145441dfd0879e44cb56ceefba482;p=emacs.d.git diff --git a/.emacs b/.emacs index 5e9a7a0..ba4547d 100644 --- a/.emacs +++ b/.emacs @@ -56,6 +56,11 @@ ;; Don't leave backups everywhere. (setq backup-inhibited t) +;; Don't let the file's contents modify my editor, because that needs +;; to be said? More importantly, don't interrupt me to ask me if I +;; want to process the variables that emacs KNOWS are unsafe. +(setq enable-local-variables nil) + ;; Add the directory containing .emacs to the load-path. (add-to-list 'load-path (file-name-directory (file-truename user-init-file)))