mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Hide NARF in modeline
This commit is contained in:
@ -24,7 +24,6 @@
|
|||||||
(define-minor-mode narf-mode "Narf, yoink, poit."
|
(define-minor-mode narf-mode "Narf, yoink, poit."
|
||||||
:global t
|
:global t
|
||||||
:init-value t
|
:init-value t
|
||||||
:lighter "NARF"
|
|
||||||
:keymap (make-sparse-keymap))
|
:keymap (make-sparse-keymap))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
Reference in New Issue
Block a user