Add chatgpt
This commit is contained in:
parent
b43a2eba07
commit
aec2cf70f1
4 changed files with 27 additions and 0 deletions
5
init.el
5
init.el
|
@ -594,6 +594,11 @@
|
|||
("C-c n l" . consult-org-roam-forward-links)
|
||||
("C-c n r" . consult-org-roam-search))
|
||||
|
||||
(use-package chatgpt
|
||||
;; :custom ((chatgpt-code-query-map . (cons "spiega" "Spiega il seguente")))
|
||||
:bind
|
||||
("C-c i" . chatgpt-query))
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
;; Local Variables:
|
||||
|
|
Reference in a new issue