Add Doom Emacs installation instructions (#28)

README: Add Doom Emacs installation instructions
This commit is contained in:
AlessandroW 2023-04-01 23:25:47 +02:00 committed by GitHub
parent f7ba368c38
commit 1f03655e2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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