branch: elpa/aidermacs commit 1d39e5720de017651c4b7254edb6e5e05469a857 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
tiny tweak text --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5dad4d2869..66ca1d00c2 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ * Introduction -- Do you feel that [[https://www.cursor.com/][cursor AI code editor]] is attractive, but you don't want to leave emacs? +- Do you like the AI feature of [[https://www.cursor.com/][cursor AI code editor]], but you don't want to leave emacs? - aider.el provides an interactive interface to communicate with https://github.com/paul-gauthier/aider. - Most of elisp code in this repo was generated by aider / aider.el @@ -15,7 +15,7 @@ - Git repo specific aider session in emacs: automatically identify your git repo of current file, and create a new aider session for it. Multiple aider sessions can exist for different git repos. -- Region based refactor support: You can select a region in file and ask aider to refactor that. +- Region based refactor support: You can select a region (eg. code block) in file and ask aider to refactor that. - .. And more: add your own elisp function to support your use case. For sure you can ask aider / aider.el to do that.