summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-08 18:01:34 +0300
committerThanos Apollo <[email protected]>2024-04-08 18:01:34 +0300
commit041d17efcf8343b6613ade0473b955bf25577861 (patch)
tree13f698599b62a27731c0c306954b33eeb4289cc3 /.emacs.d/init.el
parent6dcc368bed390737e77647e45cbbeffc3b3731eb (diff)
emacs:(gptel) Update directives
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
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)))