mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
emacs-lisp-mode: enable outline-minor-mode and reveal-mode
This commit is contained in:
parent
73d93703ce
commit
34217222ed
5
init.el
5
init.el
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user