From 94bf0f78c6a4a29399783d81d036ed9128ae43a4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 May 2016 01:12:10 -0400 Subject: [PATCH] Hide mode-line in help buffers --- core/core-ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index b6e04c078..fd8d39bb6 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -103,7 +103,8 @@ (add-hook! focus-in (set-frame-parameter nil 'alpha 100)) (add-hook! focus-out (set-frame-parameter nil 'alpha 85)) -;; Hide mode-line in compile window +;; Hide mode-line in help/compile window +(add-hook 'help-mode-hook 'narf|hide-mode-line) (add-hook 'compilation-mode-hook 'narf|hide-mode-line)