Correct the display of Prelude minor mode in the modeline
This commit is contained in:
parent
87897682d6
commit
aab5d775f5
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
|
||||
(define-minor-mode prelude-mode
|
||||
"Minor mode to consolidate Emacs Prelude extensions."
|
||||
:lighter "Prelude"
|
||||
:lighter " Prelude"
|
||||
:keymap prelude-mode-map
|
||||
(if prelude-mode
|
||||
;; on start
|
||||
|
|
Loading…
Reference in a new issue