branch: elpa/aidermacs commit cb28b37b8bd2d46bd3f27353f274eea31f6bf07e Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
update README --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ef1eb71548..8ba07305c6 100644 --- a/README.org +++ b/README.org @@ -17,7 +17,9 @@ - Git Repository-Specific aider Sessions in Emacs: Automatically identify the Git repository of the current file and create a new aider session for it. Multiple aider sessions can exist for different Git repositories. -- Region-Based Refactor Support: You can select a region (e.g., a code block) in a file and ask aider to refactor it. +- Batch add files from dired buffer (aider-batch-add-dired-marked-files): Add multiple Dired marked files to the Aider buffer + +- Region-Based Refactor Support (aider-region-refactor): You can select a region (e.g., a code block) in a file and ask aider to refactor it. - And More: Add your own Elisp functions to support your use case. You can certainly ask aider / aider.el to do that.