mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix narf|hide-mode-line
This commit is contained in:
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
;; Hide modeline in help windows
|
;; Hide modeline in help windows
|
||||||
(defun narf|hide-mode-line ()
|
(defun narf|hide-mode-line ()
|
||||||
(setq-local mode-line-format nil))
|
(setq mode-line-format nil))
|
||||||
(add-hook! help-mode 'narf|hide-mode-line)
|
(add-hook! help-mode 'narf|hide-mode-line)
|
||||||
|
|
||||||
;; Highlight TODO/FIXME/NOTE tags
|
;; Highlight TODO/FIXME/NOTE tags
|
||||||
|
Reference in New Issue
Block a user