From 293eaf1ea460b79ee95de8c2d96181e81cffa439 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 10 Oct 2015 14:23:44 -0400 Subject: [PATCH] Make the Local Variables in init.el work without asking Adds outline-hide-body to safe-local-eval-forms, as emacs won't automatically do that --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6dbb6fd..80a669a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -184,6 +184,7 @@ (bind-key "" 'company-yasnippet)) ;;; Local Variables +(add-to-list 'safe-local-eval-forms '(outline-hide-body)) ;; Local Variables: ;; eval: (outline-minor-mode) ;; eval: (outline-hide-body)