Activate form-feed mode for compilation-mode

This commit is contained in:
Gergely Polonkai 2018-11-21 14:14:04 +01:00
parent f39ca8b6da
commit ded451df29
1 changed files with 2 additions and 1 deletions

View File

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