1

Bind C-k to tempel-abort

This commit is contained in:
Jessie Hildebrandt 2025-03-14 00:51:53 -04:00
parent 55eecbac93
commit b0955330a9

View File

@ -1645,7 +1645,8 @@ is promoted to the beginning of the list of hooked functions."
("RET" . tempel-done)
("<tab>" . tempel-next)
("<backtab>" . tempel-previous)
("C-g" . tempel-abort)))
("C-g" . tempel-abort)
("C-k" . tempel-abort)))
;; ---------------------------------- ;;
;; treesit-auto