# HG changeset patch # User Oleksandr Gavenko # Date 1458723729 -7200 # Node ID f0db8d58205aa765dd345c307f0ee5dcb9808216 # Parent 084f0941ff303c8272df478854ac5ae595f89275 Accept safe variables without prompting. 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)