tecosaur/emacs-everywhere

Wrong type argument: commandp, emacs-everywhere--app-info-linux when C-c C-c in everywhere window

Closed this issue · 2 comments

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)

Ooops, that's a pretty obvious mistake. Fixed in bc91164.

Thanks for the report!