branch: elpa/aidermacs commit 880a204f11265e4e206a3423616db77f23f15171 Author: Kang Tu <tni...@gmail.com> Commit: GitHub <nore...@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