emacs-lisp-mode: enable outline-minor-mode and reveal-mode

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:45:00 +02:00
parent 73d93703ce
commit 34217222ed

View File

@ -86,6 +86,11 @@
(progn ; `isearch' (progn ; `isearch'
(setq isearch-allow-scroll t)) (setq isearch-allow-scroll t))
(use-package lisp-mode
:config
(add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
(add-hook 'emacs-lisp-mode-hook 'reveal-mode))
(use-package magit (use-package magit
:defer t :defer t
:bind (("C-x g" . magit-status) :bind (("C-x g" . magit-status)