Enable form-feed-mode for Help buffers

This commit is contained in:
Gergely Polonkai 2018-12-22 15:05:40 +01:00
parent df0ad8a926
commit 766b3e7345
1 changed files with 2 additions and 1 deletions

View File

@ -1582,7 +1582,8 @@ Highlight point. Sometimes its not easy to see.
(use-package form-feed
:hook
(emacs-lisp-mode . form-feed-mode)
(compilation-mode . form-feed-mode))
(compilation-mode . form-feed-mode)
(help-mode . form-feed-mode))
#+END_SRC
** Highlight the current line