Add keybinding for gptel-abort

This commit is contained in:
Jeremy Dormitzer 2024-07-24 16:19:58 -04:00
parent 8d7dec78f5
commit a7b98cad02

View File

@ -39,7 +39,8 @@
"m" #'gptel-menu "m" #'gptel-menu
"b" #'gptel-select-backend "b" #'gptel-select-backend
"a" #'gptel-context-add "a" #'gptel-context-add
"f" #'gptel-context-add-file)) "f" #'gptel-context-add-file
"k" #'gptel-abort))
(use-package gptel-quick (use-package gptel-quick
:straight (:type git :host github :repo "karthink/gptel-quick") :straight (:type git :host github :repo "karthink/gptel-quick")