branch: elpa/aidermacs
commit 59cb5f8d4cdbb96ef82a60e64b8c80985fbf22ef
Author: Your Name <y...@example.com>
Commit: Your Name <y...@example.com>

    fix ) error
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 5dad4d2869..8814b516f3 100644
--- a/README.org
+++ b/README.org
@@ -29,8 +29,8 @@
   (use-package aider
     :straight (:host github :repo "tninja/aider.el")
     :config
-    (setq aider-args '("--model" "gpt-4o-mini")))
-    (setenv "OPENAI_API_KEY" <your-openai-api-key>)
+    (setq aider-args '("--model" "gpt-4o-mini"))
+    (setenv "OPENAI_API_KEY" <your-openai-api-key>))
 #+END_SRC
 
 * Screenshot

Reply via email to