mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
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:
@ -14,6 +14,10 @@
|
|||||||
;; buffers anyway.
|
;; buffers anyway.
|
||||||
(setq-hook! 'emacs-everywhere-init-hooks doom-inhibit-local-var-hooks t)
|
(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
|
(after! doom-modeline
|
||||||
(doom-modeline-def-segment emacs-everywhere
|
(doom-modeline-def-segment emacs-everywhere
|
||||||
(concat
|
(concat
|
||||||
|
Reference in New Issue
Block a user