Skip to content

Commit

Permalink
Correct the display of Prelude minor mode in the modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Abizern committed Apr 29, 2012
1 parent 8789768 commit aab5d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/prelude-mode.el
Expand Up @@ -102,7 +102,7 @@


(define-minor-mode prelude-mode (define-minor-mode prelude-mode
"Minor mode to consolidate Emacs Prelude extensions." "Minor mode to consolidate Emacs Prelude extensions."
:lighter "Prelude" :lighter " Prelude"
:keymap prelude-mode-map :keymap prelude-mode-map
(if prelude-mode (if prelude-mode
;; on start ;; on start
Expand Down

0 comments on commit aab5d77

Please sign in to comment.