From 91f36e80a6f1d7dcf450b8bac2f6aff71054665e Mon Sep 17 00:00:00 2001 From: Jaehyun Yeom Date: Wed, 9 Oct 2024 21:44:56 -0700 Subject: [PATCH] Update Spacemacs installation instructions Spacemacs has an `llm-client` layer that supports `gptel`. This layer also resolves (in Spacemacs) GH-237 by disabling purpose mode for `gptel`, providing a working out-of-the-box experience for Spacemacs users. --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 0fd50db5..9570beea 100644 --- a/README.org +++ b/README.org @@ -138,10 +138,11 @@ In =config.el= #+html:
**** Spacemacs #+html: -After installation with =M-x package-installāŽ= =gptel= - -- Add =gptel= to =dotspacemacs-additional-packages= -- Add =(require 'gptel)= to =dotspacemacs/user-config= +In your =.spacemacs= file, add =llm-client= to =dotspacemacs-configuration-layers=. +#+begin_src emacs-lisp +(llm-client :variables + llm-client-enable-gptel t) +#+end_src #+html:
** Setup *** ChatGPT