Add Doom Emacs installation instructions (#28)
README: Add Doom Emacs installation instructions
This commit is contained in:
parent
f7ba368c38
commit
1f03655e2d
1 changed files with 13 additions and 0 deletions
13
README.org
13
README.org
|
@ -31,6 +31,19 @@ Clone or download this repository and run =M-x package-install-file⏎= on the r
|
||||||
|
|
||||||
Installing the =markdown-mode= package is optional.
|
Installing the =markdown-mode= package is optional.
|
||||||
|
|
||||||
|
**** Doom Emacs
|
||||||
|
In =packages.el=
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(package! gptel)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
In =config.el=
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! gptel
|
||||||
|
:config
|
||||||
|
(setq! gptel-api-key "your key"))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
**** Spacemacs
|
**** Spacemacs
|
||||||
After installation with =M-x package-install⏎= =gptel=
|
After installation with =M-x package-install⏎= =gptel=
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue