From b439300e6a0c4ccc8473c25d4182d3cdb5d4f8d0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 29 Feb 2024 02:01:22 -0500 Subject: [PATCH] fix(everywhere): commandp error from C-c C-c A temporary fix for an issue introduced upstream. Ref: tecosaur/emacs-everywhere#75 --- modules/app/everywhere/config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/app/everywhere/config.el b/modules/app/everywhere/config.el index 885495ede..d0512f754 100644 --- a/modules/app/everywhere/config.el +++ b/modules/app/everywhere/config.el @@ -14,6 +14,10 @@ ;; buffers anyway. (setq-hook! 'emacs-everywhere-init-hooks doom-inhibit-local-var-hooks t) + ;; REVIEW: Fixes tecosaur/emacs-everywhere#75. Remove when dealt with + ;; upstream. + (define-key emacs-everywhere-mode-map "\C-c\C-c" #'emacs-everywhere-finish) + (after! doom-modeline (doom-modeline-def-segment emacs-everywhere (concat