Add some custom prompts for chatgpt
This commit is contained in:
parent
aec2cf70f1
commit
7feed73965
1 changed files with 5 additions and 1 deletions
6
init.el
6
init.el
|
@ -595,7 +595,11 @@
|
|||
("C-c n r" . consult-org-roam-search))
|
||||
|
||||
(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
|
||||
("C-c i" . chatgpt-query))
|
||||
|
||||
|
|
Reference in a new issue