From 1f03655e2d4b9f759213294c14c1130f910c1c14 Mon Sep 17 00:00:00 2001 From: AlessandroW Date: Sat, 1 Apr 2023 23:25:47 +0200 Subject: [PATCH] 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 18f183c..c6ff2ff 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=