branch: elpa/aidermacs commit 7dd57019d2479a63b5c3dac0b96b94b19e1fda52 Author: Mingde (Matthew) Zeng <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>
Restore README modification until aidermacs diverge significantly Signed-off-by: Mingde (Matthew) Zeng <matthew...@posteo.net> --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 784ae4ce9a..c64d7ef749 100644 --- a/README.org +++ b/README.org @@ -76,7 +76,7 @@ In =packages.el=: In =config.el=: #+BEGIN_SRC emacs-lisp -(use-package aidermacs +(use-package aider :config (setq aider-args '("--model" "o3-mini"))) #+END_SRC @@ -100,7 +100,7 @@ In =config.el=: Helm Integration For fuzzy command history searching: #+BEGIN_SRC emacs-lisp -(use-package aidermacs +(use-package aider :straight (:host github :repo "MatthewZMD/aidermacs" :files ("aider.el" "aider-helm.el"))) #+END_SRC