From dc30a6a4377d9e0f003f1f8fd63621dadb5836c0 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 6 Apr 2025 17:22:11 +0200 Subject: [PATCH] `gptel` shortcuts --- hmModules/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hmModules/emacs/init.el b/hmModules/emacs/init.el index 557648b..8148788 100644 --- a/hmModules/emacs/init.el +++ b/hmModules/emacs/init.el @@ -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)