branch: elpa/aidermacs
commit abed222ebb0ccfb67d7b631e1a7a10b7887fc031
Author: Kang Tu <[email protected]>
Commit: Kang Tu <[email protected]>
no need to add current file during start
---
aider.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/aider.el b/aider.el
index 12f77ef8f3..a8a9132778 100644
--- a/aider.el
+++ b/aider.el
@@ -86,7 +86,6 @@ If not in a git repository, an error is raised."
(comint-mode)
))
;; Switch to the buffer
- (aider-add-current-file)
(pop-to-buffer buffer-name)))
;; Function to switch to the Aider buffer