fix(everywhere): commandp error from C-c C-c
A temporary fix for an issue introduced upstream. Ref: tecosaur/emacs-everywhere#75
This commit is contained in:
parent
35dc13632b
commit
b439300e6a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue