From cddf125c36e60cacb9aa851bf93fe88bc901effc Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 9 Jul 2015 07:25:47 -0400 Subject: [PATCH] Remove hidden-mode-line-mode --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index e248a255b26..c3e06f9a796 100644 --- a/which-key.el +++ b/which-key.el @@ -157,7 +157,7 @@ Used when `which-key-popup-type' is frame.") (with-current-buffer which-key--buffer (setq-local cursor-type nil) (setq-local cursor-in-non-selected-windows nil) - (hidden-mode-line-mode t)) + (setq-local mode-line-format "")) (setq which-key--setup-p t)) (defun which-key/setup-side-window-right ()