Accept safe variables without prompting.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 23 Mar 2016 11:02:09 +0200
changeset 1364 f0db8d58205a
parent 1363 084f0941ff30
child 1365 9109292f5a13
Accept safe variables without prompting.
.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)