forked from colonelpanic/dotfiles
[Emacs] Add gptel
This commit is contained in:
parent
bb8fc67f07
commit
26560b2884
@ -1586,6 +1586,14 @@ custom-set-faces in your custom file.
|
|||||||
(progn
|
(progn
|
||||||
(setq highlight-indent-guides-method 'fill)))
|
(setq highlight-indent-guides-method 'fill)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** chat-gpt
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package gptel
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
;; (setq gptel-model "gpt-4")
|
||||||
|
))
|
||||||
|
#+end_src
|
||||||
* helpful
|
* helpful
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
|
Loading…
Reference in New Issue
Block a user