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

    Set aidermacs-auto-commits to nil by default, way too intrusive.
---
 aidermacs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aidermacs.el b/aidermacs.el
index dec7a92118..db9e6c0453 100644
--- a/aidermacs.el
+++ b/aidermacs.el
@@ -45,7 +45,7 @@ This is useful for working in monorepos where you want to 
limit aider's scope."
   :type 'boolean
   :group 'aidermacs)
 
-(defcustom aidermacs-auto-commits t
+(defcustom aidermacs-auto-commits nil
   "When non-nil, enable auto-commits of LLM changes.
 When nil, disable auto-commits requiring manual git commits."
   :type 'boolean

Reply via email to