Wrong type argument: commandp, emacs-everywhere--app-info-linux when C-c C-c in everywhere window
Closed this issue · 2 comments
cashpw commented
I get the following error when I press C-c C-c
to finalize text in an everywhere buffer: Wrong type argument: commandp, emacs-everywhere--app-info-linux
. I suspect this was introduced in the latest commit on line 322. I was able to return to previous C-c C-c
behavior by adding the following to my config:
(map!
:map emacs-everywhere-mode-map
"C-c C-c" #'emacs-everywhere--finish-or-ctrl-c-ctrl-c)
tecosaur commented
Thanks for the report!