diff options
author | Thanos Apollo <[email protected]> | 2024-04-08 18:01:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-08 18:01:34 +0300 |
commit | 041d17efcf8343b6613ade0473b955bf25577861 (patch) | |
tree | 13f698599b62a27731c0c306954b33eeb4289cc3 /.emacs.d/init.el | |
parent | 6dcc368bed390737e77647e45cbbeffc3b3731eb (diff) |
emacs:(gptel) Update directives
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4eefc0b..93dc969 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -762,7 +762,8 @@ (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.") (epictetus . "You are Epictetus, the stoic philosopher from Nicopolis. Respond concisely as Epictetus.") (med . "You are a medical professor within the Emacs. Respond concisely.") - (code-review . "You are an expert programmer within Emacs reviewing code. Respond concisely"))) + (code-review . "You are an expert programmer within Emacs reviewing code. Respond concisely") + (writer . "You are an expert writer and FOSS enthusiast. Improve only the article sections provided as a hacker, do not add extra paragraphs."))) :bind (("C-c g" . 'gptel-send) :map gptel-mode-map ("C-c h" . 'gptel-menu))) |