branch: elpa/aidermacs commit 1293f82a4ee397bbbb12bdf8b8610ecc1bb78487 Author: Julien Tant <785518+julient...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
suggest using user's `~/.aider.config.yml` --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 00d2fa0a27..537cb0a257 100644 --- a/README.org +++ b/README.org @@ -71,6 +71,8 @@ If you have Straight installed ;; Or use gemini v2 model since it is very good and free ;; (setq aider-args '("--model" "gemini/gemini-exp-1206")) ;; (setenv "GEMINI_API_KEY" <your-gemini-api-key>) + ;; Or use your personal config file + ;; (setq aider-args `("--config" ,(expand-file-name "~/.aider.conf.yml"))) ;; ;; ;; Optional: Set a key binding for the transient menu (global-set-key (kbd "C-c a") 'aider-transient-menu)) @@ -93,6 +95,8 @@ Add the config ;; Or use gemini v2 model since it is very good and free ;; (setq aider-args '("--model" "gemini/gemini-exp-1206")) ;; (setenv "GEMINI_API_KEY" <your-gemini-api-key>) + ;; Or use your personal config file + ;; (setq aider-args `("--config" ,(expand-file-name "~/.aider.conf.yml"))) ;; ;; ;; Optional: Set a key binding for the transient menu (global-set-key (kbd "C-c a") 'aider-transient-menu))