branch: elpa/aidermacs
commit 0742aa2666e0186883a92dd1509b7314b084672b
Merge: 61ae93b373 d9e15165f3
Author: tninja <[email protected]>
Commit: tninja <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/main'
---
aider.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aider.el b/aider.el
index 6ff439c804..94b8e39ec5 100644
--- a/aider.el
+++ b/aider.el
@@ -315,7 +315,7 @@ The command will be formatted as \"/architect \" followed
by the user command an
(setq files (delq nil files))
(if files
(let ((command (concat "/add " (mapconcat 'identity files " "))))
- (aider--send-command command t))
+ (aider--send-command command nil))
(message "No files found in the current window."))))
;; Define the Aider Minor Mode