Add some custom prompts for chatgpt

This commit is contained in:
Andrea Ciceri 2023-10-01 13:55:02 +02:00
parent aec2cf70f1
commit 7feed73965
No known key found for this signature in database

View file

@ -595,7 +595,11 @@
("C-c n r" . consult-org-roam-search)) ("C-c n r" . consult-org-roam-search))
(use-package chatgpt (use-package chatgpt
;; :custom ((chatgpt-code-query-map . (cons "spiega" "Spiega il seguente"))) :config
(dolist (e '(("spiega" . "Spiega il seguente")
("documenta" . "Documenta il seguente")
))
(push e chatgpt-code-query-map))
:bind :bind
("C-c i" . chatgpt-query)) ("C-c i" . chatgpt-query))