mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
narf|hide-mode-line
This commit is contained in:
@@ -100,7 +100,9 @@
|
||||
(add-hook! evil-visual-state-exit 'narf|hl-line-on)
|
||||
|
||||
;; Hide modeline in help windows
|
||||
(add-hook! help-mode (setq-local mode-line-format nil))
|
||||
(defun narf|hide-mode-line ()
|
||||
(setq-local mode-line-format nil))
|
||||
(add-hook! help-mode 'narf|hide-mode-line)
|
||||
|
||||
;; Highlight TODO/FIXME/NOTE tags
|
||||
(defface narf-todo-face '((t (:inherit font-lock-warning-face))) "Face for TODOs")
|
||||
|
Reference in New Issue
Block a user