Add chatgpt

This commit is contained in:
Andrea Ciceri 2023-10-01 02:57:02 +02:00
parent b43a2eba07
commit aec2cf70f1
No known key found for this signature in database
4 changed files with 27 additions and 0 deletions

View file

@ -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: