Fix narf|hide-mode-line

This commit is contained in:
Henrik Lissner 2016-03-07 01:15:42 -05:00
parent c3c9d2d8f8
commit b339f5d62e

View File

@ -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