Skip to content

Commit

Permalink
fine-tune mode lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
whatacold authored and tecosaur committed Apr 11, 2024
1 parent 2f25217 commit 17da7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs-everywhere.el
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ buffers.")
(define-minor-mode emacs-everywhere-mode
"Tweak the current buffer to add some emacs-everywhere considerations."
:init-value nil
:lighter "EE"
:lighter " EE"
:keymap `((,(kbd "C-c C-c") . emacs-everywhere--finish-or-ctrl-c-ctrl-c)
(,(kbd "C-x 5 0") . emacs-everywhere-finish)
(,(kbd "C-c C-k") . emacs-everywhere-abort))
Expand Down

0 comments on commit 17da7bd

Please sign in to comment.