From 766b3e73458768cb20b4040f7fea2c923c3c853d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 22 Dec 2018 15:05:40 +0100 Subject: [PATCH] Enable form-feed-mode for Help buffers --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 4c3ae39..379f456 100644 --- a/configuration.org +++ b/configuration.org @@ -1582,7 +1582,8 @@ Highlight point. Sometimes it’s 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