diff -r 084f0941ff30 -r f0db8d58205a .emacs-my --- a/.emacs-my Thu Mar 17 15:59:35 2016 +0200 +++ b/.emacs-my Wed Mar 23 11:02:09 2016 +0200 @@ -598,7 +598,7 @@ ;; Prompt before evaluating local bits of lisp. This stops people ;; putting things at the end of files which delete all your files! -(setq enable-local-variables t +(setq enable-local-variables :safe enable-local-eval 1) (setq kill-whole-line t)