Enable form-feed-mode for Help buffers
This commit is contained in:
parent
df0ad8a926
commit
766b3e7345
@ -1582,7 +1582,8 @@ Highlight point. Sometimes it’s not easy to see.
|
|||||||
(use-package form-feed
|
(use-package form-feed
|
||||||
:hook
|
:hook
|
||||||
(emacs-lisp-mode . form-feed-mode)
|
(emacs-lisp-mode . form-feed-mode)
|
||||||
(compilation-mode . form-feed-mode))
|
(compilation-mode . form-feed-mode)
|
||||||
|
(help-mode . form-feed-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Highlight the current line
|
** Highlight the current line
|
||||||
|
Loading…
Reference in New Issue
Block a user