From b0955330a9ae6f23861c8f969c0b89b54cdb5dcb Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 14 Mar 2025 00:51:53 -0400 Subject: [PATCH] Bind C-k to tempel-abort --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1211971..e378183 100644 --- a/init.el +++ b/init.el @@ -1645,7 +1645,8 @@ is promoted to the beginning of the list of hooked functions." ("RET" . tempel-done) ("" . tempel-next) ("" . tempel-previous) - ("C-g" . tempel-abort))) + ("C-g" . tempel-abort) + ("C-k" . tempel-abort))) ;; ---------------------------------- ;; ;; treesit-auto