branch: elpa/gptel
commit a040fd15bc3a272d2ad1592591b511f0dcc17eeb
Author: Jaehyun Yeom <jae.y...@gmail.com>
Commit: GitHub <nore...@github.com>

    README: Update Spacemacs instructions (#412)
    
    README.org: Spacemacs has an `llm-client` layer that supports
    `gptel`. This layer also resolves (in Spacemacs) #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 0fd50db5b3..9570beea0d 100644
--- a/README.org
+++ b/README.org
@@ -138,10 +138,11 @@ In =config.el=
 #+html: <details><summary>
 **** Spacemacs
 #+html: </summary>
-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: </details>
 ** Setup
 *** ChatGPT

Reply via email to