From 40fd5e3035a1906a1c1f22558bd2c3735e5432df Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Mon, 28 Apr 2025 13:10:01 +0200 Subject: [PATCH] Disasble `gptel` tools --- hmModules/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmModules/emacs/init.el b/hmModules/emacs/init.el index 26f1260..13eb711 100644 --- a/hmModules/emacs/init.el +++ b/hmModules/emacs/init.el @@ -1025,7 +1025,7 @@ 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 - (gptel-use-tools 't) + (gptel-use-tools nil) :bind ("C-c a a" . gptel-add)