Fix narf|hide-mode-line
This commit is contained in:
parent
c3c9d2d8f8
commit
b339f5d62e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
|
||||
;; Hide modeline in help windows
|
||||
(defun narf|hide-mode-line ()
|
||||
(setq-local mode-line-format nil))
|
||||
(setq mode-line-format nil))
|
||||
(add-hook! help-mode 'narf|hide-mode-line)
|
||||
|
||||
;; Highlight TODO/FIXME/NOTE tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue