From 956bbcabd6502a640ad2d2e663ff98879ab1c3a6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 17 Aug 2025 09:53:48 -0500 Subject: feat(ai-config): set gptel-default-directive to code-only --- modules/ai-config.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/ai-config.el b/modules/ai-config.el index 241ee42c..8265c1e5 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -8,13 +8,10 @@ ;; - Launch GPTel via F9 or C-h g t, and chat with the AI in the side window. ;; Remember that sending the message requires C-. - - ;; Note that you can save a file, then turn on gptel-mode to resume your ;; conversation. - ;;; ------------------------------- Directives --------------------------------- (defvar default-directive @@ -75,6 +72,7 @@ (:map gptel-mode-map ("C-" . gptel-send)) :custom + (gptel-default-directive 'code-only) (gptel-default-mode 'org-mode) (gptel-expert-commands t) (gptel-track-media t) -- cgit v1.2.3