emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gptel 1f03655e2d 056/273: Add Doom Emacs installation inst


From: ELPA Syncer
Subject: [nongnu] elpa/gptel 1f03655e2d 056/273: Add Doom Emacs installation instructions (#28)
Date: Wed, 1 May 2024 10:01:41 -0400 (EDT)

branch: elpa/gptel
commit 1f03655e2d4b9f759213294c14c1130f910c1c14
Author: AlessandroW <alessandro.wollek@tum.de>
Commit: GitHub <noreply@github.com>

    Add Doom Emacs installation instructions (#28)
    
    README: Add Doom Emacs installation instructions
---
 README.org | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.org b/README.org
index 18f183ce06..c6ff2ffdac 100644
--- a/README.org
+++ b/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.
 
+**** 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
 After installation with =M-x package-install⏎= =gptel=
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]