From 7c63d85a83f2f5248616bbc98cde9a5841f77348 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 7 Oct 2015 15:07:33 -0400 Subject: [PATCH] Add "Local Variables" section for outline-minor-mode --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 24d7630..25eb5f3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -176,3 +176,9 @@ (call-interactively 'company-yasnippet)) (bind-key "" 'company-to-yasnippet company-active-map) (bind-key "" 'company-yasnippet)) + +;;; Local Variables +;; Local Variables: +;; eval: (outline-minor-mode) +;; eval: (outline-hide-body) +;; End: