From 6e4d95a70ab1b6adc70982956bfc1f280d1f2948 Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Sat, 12 Aug 2023 11:17:30 -0700 Subject: [PATCH] README: Add drawers to installation instructions --- README.org | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 7e65d21..9486ff0 100644 --- a/README.org +++ b/README.org @@ -45,19 +45,25 @@ GPTel is on MELPA. Install it with =M-x package-install⏎= =gptel=. (Optional: Install =markdown-mode=.) +#+html:
**** Straight +#+html: #+begin_src emacs-lisp (straight-use-package 'gptel) #+end_src Installing the =markdown-mode= package is optional. - +#+html:
+#+html:
**** Manual +#+html: Clone or download this repository and run =M-x package-install-file⏎= on the repository directory. Installing the =markdown-mode= package is optional. - +#+html:
+#+html:
**** Doom Emacs +#+html: In =packages.el= #+begin_src emacs-lisp (package! gptel) @@ -69,12 +75,15 @@ In =config.el= :config (setq! gptel-api-key "your key")) #+end_src - +#+html:
+#+html:
**** Spacemacs +#+html: After installation with =M-x package-install⏎= =gptel= - Add =gptel= to =dotspacemacs-additional-packages= - Add =(require 'gptel)= to =dotspacemacs/user-config= +#+html:
** Usage