branch: elpa/aidermacs commit 156954588b42b9813a448536012c083dff695b46 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
refactor: reorder file operations in README documentation --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 9f73e392a9..41d4ad92e2 100644 --- a/README.org +++ b/README.org @@ -20,8 +20,8 @@ - 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-add-same-type-files-under-dir`): Add all files with the same suffix as the current file under the current directory to Aider. - (`aider-batch-add-dired-marked-files`): Add multiple Dired marked files to the Aider buffer. - Refactor code: