branch: elpa/aidermacs
commit b3723cd28e070300c00916a1ddfa3973a05e61a2
Author: Alexander Brasil 
<45392848+notimpostersyndromeifimpos...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Update use-package call
    
    aider.el defines aider in the provide. aidermacs failed for me. Unsure if 
your config.el example needs to be swapped too.
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index f40d9a7685..784ae4ce9a 100644
--- a/README.org
+++ b/README.org
@@ -55,7 +55,7 @@ With =aidermacs=, you get:
 
  With Straight
 #+BEGIN_SRC emacs-lisp
-(use-package aidermacs
+(use-package aider
   :straight (:host github :repo "MatthewZMD/aidermacs" :files ("aider.el"))
   :config
   (setq aider-args '("--model" "anthropic/claude-3-5-sonnet-20241022"))

Reply via email to