gptel shortcuts

This commit is contained in:
Andrea Ciceri 2025-04-06 17:22:11 +02:00
parent 8f73eca404
commit dc30a6a437
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -993,6 +993,10 @@ This is meant to be an helper to be called from the window manager."
)
(gptel-default-mode 'org-mode)
(gptel-org-branching-context nil) ;; this is cool but I don't feel comfortable with it
("C-c a a" . gptel-add)
("C-c a f" . gptel-add-file)
("C-c a r" . gptel-context-remove-all)
("C-c a " . gptel-menu)
:config
(require 'gptel-curl)