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

    Default to Aider-CE, Community Experimentation
---
 README.md    | 2 +-
 aidermacs.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2aa6ac17551..9d5d0c8372d 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Here's what the community is saying about Aidermacs:
 
 1. Requirements
 - Emacs ≥ 26.1
-- [Aider](https://aider.chat/docs/install.html)
+- [Aider Community Experimentation](https://github.com/dwash96/aider-ce), as 
main [Aider](https://github.com/Aider-AI/aider) is becoming unmaintained.
 - [Transient](https://github.com/magit/transient)
 2. Download Aidermacs through [Melpa](https://melpa.org/#/aidermacs) or 
[Non-GNU Elpa](https://elpa.nongnu.org/nongnu/aidermacs.html), or clone manually
 3. Modify this **sample config** and place it in your Emacs `init.el`:
diff --git a/aidermacs.el b/aidermacs.el
index 35477e5aade..86d9968ff2f 100644
--- a/aidermacs.el
+++ b/aidermacs.el
@@ -47,8 +47,8 @@
   "AI pair programming with Aider."
   :group 'aidermacs)
 
-(defcustom aidermacs-program "aider"
-  "The name or path of the aidermacs program."
+(defcustom aidermacs-program "aider-ce"
+  "The name or path of the Aider program."
   :type 'string)
 
 (defvar-local aidermacs--current-mode nil

Reply via email to