Add key binding for generating git commit messages
This commit is contained in:
parent
0973393714
commit
906560dae0
@ -67,6 +67,9 @@
|
||||
:stream t
|
||||
:system "You are a professional software engineer.")))
|
||||
|
||||
(with-eval-after-load 'git-commit
|
||||
(keymap-set git-commit-mode-map "C-c RET" #'gptel-commit-message))
|
||||
|
||||
(use-package llama
|
||||
:straight `(:local-repo ,(expand-file-name "packages/llama" user-emacs-directory) :type nil)
|
||||
:load-path "packages/llama"
|
||||
|
Loading…
Reference in New Issue
Block a user