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

    Streamline README installation
    
    Signed-off-by: Mingde (Matthew) Zeng <matthew...@posteo.net>
---
 README.org | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/README.org b/README.org
index 221afc33e9..54898ea399 100644
--- a/README.org
+++ b/README.org
@@ -53,13 +53,12 @@ With =aidermacs=, you get:
 
 * Installation
 
- Requirements
+*** Requirements
 - Emacs ≥ 26.1
 - [[https://aider.chat/docs/install.html][Aider]]
 - [[https://github.com/magit/transient][Transient]]
 
-** Recommended
-*** With Straight
+*** Sample Config With Straight
 #+BEGIN_SRC emacs-lisp
 (use-package aidermacs
   :straight (:host github :repo "MatthewZMD/aidermacs" :files ("*.el"))
@@ -69,15 +68,7 @@ With =aidermacs=, you get:
   (global-set-key (kbd "C-c a") 'aidermacs-transient-menu))
 #+END_SRC
 
-*** With use-package
-#+BEGIN_SRC emacs-lisp
-(use-package aidermacs
-  :config
-  (setq aidermacs-args '("--model" "o3-mini")))
-#+END_SRC
-
-*** For Doom Emacs
-In =packages.el=:
+*** Sample Config With Doom Emacs
 #+BEGIN_SRC emacs-lisp
 (package! aidermacs :recipe (:host github :repo "MatthewZMD/aidermacs" :files 
("*.el")))
 #+END_SRC

Reply via email to