branch: elpa/aidermacs commit cfd944062285a7d41ac1513341fdb0598b131651 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu (aider) <kang...@apple.com>
docs: Add doc for aider-add-same-type-files-under-dir function --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 3150d6acaf..9f73e392a9 100644 --- a/README.org +++ b/README.org @@ -20,6 +20,7 @@ - More ways to add files to the Aider buffer: - (`aider-add-current-file`): Add the current buffer file. - (`aider-current-file-read-only`): Add the current buffer file as read-only. + - (`aider-add-same-type-files-under-dir`): Add all files with the same suffix as the current file under the current directory to Aider. - (`aider-add-files-in-current-window`): Add all buffers in the current window. - (`aider-batch-add-dired-marked-files`): Add multiple Dired marked files to the Aider buffer.