guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 6d72f978c6008c8788c18d21c55b3f42b4450675
parent e1e4ddfb899bbe1b95b200952fc641bc734417a3
Author: Vineet Kumar <git@vineetk.net>
Date:   Tue,  5 May 2026 13:45:34 -0400

files/emacs: rename main gptel directive to default from general

Diffstat:
Mepistemia/files/emacs/.config/emacs/init.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/epistemia/files/emacs/.config/emacs/init.el b/epistemia/files/emacs/.config/emacs/init.el @@ -603,7 +603,7 @@ (gptel-response-prefix-alist '((org-mode . "**** Response\n"))) (gptel-temperature nil) (gptel-directives - '((general . (lambda () (with-temp-buffer (insert-file-contents "/data/models/system_prompt.txt") (buffer-string)))) + '((default . (lambda () (with-temp-buffer (insert-file-contents "/data/models/system_prompt.txt") (buffer-string)))) (programming . "You are a large language model and a careful programmer. Provide code and only code as output without any additional text, prompt or note."))) :hook (gptel-save-state . vin/gptel-mode-auto))