Activate form-feed mode for compilation-mode
This commit is contained in:
parent
f39ca8b6da
commit
ded451df29
@ -1559,7 +1559,8 @@ Highlight point. Sometimes it’s not easy to see.
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(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))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Highlight the current line
|
** Highlight the current line
|
||||||
|
Loading…
Reference in New Issue
Block a user