Skip to content

Commit

Permalink
Fix copy-paste error in C-c C-c binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Apr 7, 2024
1 parent fbeff19 commit bc91164
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 @@ -319,7 +319,7 @@ buffers.")
"Tweak the current buffer to add some emacs-everywhere considerations."
:init-value nil
:lighter "EE"
:keymap `((,(kbd "C-c C-c") . emacs-everywhere--app-info-linux)
: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))
(when emacs-everywhere-mode
Expand Down

0 comments on commit bc91164

Please sign in to comment.