equal
deleted
inserted
replaced
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 |