mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 08:20:41 -08:00
Unset header-line-format format in " *which-key*" buffer
Similarly to mode-line-format, header-line-format just takes up space and currently also breaks window size calculations for the buffer. This sets it to nil in order to suppress its display. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
This commit is contained in:
parent
c632dbf27a
commit
5fb30301cb
1 changed files with 1 additions and 0 deletions
|
|
@ -840,6 +840,7 @@ problems at github. If DISABLE is non-nil disable support."
|
|||
(setq-local cursor-type nil)
|
||||
(setq-local cursor-in-non-selected-windows nil)
|
||||
(setq-local mode-line-format nil)
|
||||
(setq-local header-line-format nil)
|
||||
(setq-local word-wrap nil)
|
||||
(setq-local show-trailing-whitespace nil)
|
||||
(run-hooks 'which-key-init-buffer-hook))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue