X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=ba4547de9602fc07f6f8b3ecd11d2788a13a1a29;hp=5e9a7a03d31572f99798789f8f770e6e613dcd70;hb=a22924769005da774a803a07e36d46f50ea69485;hpb=7fa79bd0c2e25914e49ef4f12509100e4f11fc30 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)))