.emacs-my
changeset 1364 f0db8d58205a
parent 1363 084f0941ff30
child 1365 9109292f5a13
equal deleted inserted replaced
1363:084f0941ff30 1364:f0db8d58205a
   596 
   596 
   597 ;; (setq enable-recursive-minibuffers t)
   597 ;; (setq enable-recursive-minibuffers t)
   598 
   598 
   599 ;; Prompt before evaluating local bits of lisp.  This stops people
   599 ;; Prompt before evaluating local bits of lisp.  This stops people
   600 ;; putting things at the end of files which delete all your files!
   600 ;; putting things at the end of files which delete all your files!
   601 (setq enable-local-variables t
   601 (setq enable-local-variables :safe
   602       enable-local-eval      1)
   602       enable-local-eval      1)
   603 
   603 
   604 (setq kill-whole-line t)
   604 (setq kill-whole-line t)
   605 
   605 
   606 ;; Disable because of bug with gettext.el. See
   606 ;; Disable because of bug with gettext.el. See