branch: elpa/gptel
commit 03cff2735a0edf33e4ed33814c3230f0b0a6e911
Author: Tim Ruffing <d...@real-or-random.org>
Commit: GitHub <nore...@github.com>

    README: Install without submodule in Doom (#758)
    
    README.org: Avoids the `test` submodule in Doom Emacs,
    which uses Straight. (#716)
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index f63b3522a5..afe03f6d09 100644
--- a/README.org
+++ b/README.org
@@ -171,7 +171,7 @@ Clone or download this repository and run =M-x 
package-install-file⏎= on the r
 #+html: </summary>
 In =packages.el=
 #+begin_src emacs-lisp
-(package! gptel)
+(package! gptel :recipe (:nonrecursive t))
 #+end_src
 
 In =config.el=

Reply via email to