Compare commits

...

2 Commits

Author SHA1 Message Date
Ken Huang 8333940a3a
Update obsolete command in README 2024-04-12 00:50:02 +08:00
Ken Huang d0d7542b32
Fine-tune mode lighter
Without a space it *immediately* follows other elements.
2024-04-12 00:49:36 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ new buffer. To clear this, type =DEL= or =C-SPC= /before anything else/.
Once you've finished and want to insert the text into the window you triggered
Emacs Everywhere from, just press =C-c C-c= or =C-x 5 0= to close the frame and
paste the content into the window (as long as ~emacs-everywhere-paste-p~ is
paste the content into the window (as long as ~emacs-everywhere-paste-command~ is
non-nil).
If you do /not/ wish to paste the buffer content into the original window, =C-c

View File

@ -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))