From 9dec9fbbeae139db22006864f08af3bcbe649921 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 15 Sep 2025 21:54:54 +0200 Subject: [PATCH] add with-editor-cancel keybinding ,k --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 0699332..313b925 100644 --- a/init.org +++ b/init.org @@ -508,6 +508,7 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe ;; magit uses with-editor-mode to spawn the git process ;; in with the emacs client as the $EDITOR (general-def '(emacs normal) 'with-editor-mode-map ",," 'with-editor-finish) + (general-def '(emacs normal) 'with-editor-mode-map ",k" 'with-editor-cancel) (leader-def "" #'nemo/switch-to-last-buffer "" #'completion-at-point