emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/aidermacs 880a204f11 153/466: Fix doom emacs library insta


From: ELPA Syncer
Subject: [nongnu] elpa/aidermacs 880a204f11 153/466: Fix doom emacs library installation part (#32)
Date: Sat, 15 Mar 2025 19:13:42 -0400 (EDT)

branch: elpa/aidermacs
commit 880a204f11265e4e206a3423616db77f23f15171
Author: Kang Tu <tninja@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix doom emacs library installation part (#32)
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 564e22a973..71649ee194 100644
--- a/README.org
+++ b/README.org
@@ -73,7 +73,7 @@
 - Add the following code to your doom/packages.el
 
 #+BEGIN_SRC emacs-lisp
-(package! aider :recipe (:host github :repo "tninja/aider.el" :files ("*.el")))
+(package! aider :recipe (:host github :repo "tninja/aider.el" :files 
("aider.el" "aider-doom.el")))
 #+END_SRC
 
 - Adjust and add the following code to your doom/config.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]