branch: elpa/aidermacs
commit c9de3b24e97fa5e694c56b8df5012d7fc794823b
Author: Mingde (Matthew) Zeng <matthew...@posteo.net>
Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>

    Recommend add-to-list to aidermacs-extra-args
    
    Signed-off-by: Mingde (Matthew) Zeng <matthew...@posteo.net>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee5fd79197..9fe51e4d8c 100644
--- a/README.md
+++ b/README.md
@@ -375,7 +375,7 @@ See the [Aider configuration 
documentation](https://aider.chat/docs/config/optio
 
 ```emacs-lisp
 ;; Set the verbosity:
-(setq aidermacs-extra-args '("--verbose"))
+(add-to-list 'aidermacs-extra-args "--verbose")
 ```
 
 These arguments will be appended to the Aider command when it is run. Note 
that the `--model` argument is automatically handled by 
`aidermacs-default-model` and should not be included in `aidermacs-extra-args`.

Reply via email to