branch: elpa/aidermacs commit a18d27862e02bbee6daaf441be586ec7f8d68377 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
lower case --- README.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index ddbdc79f0f..ea9801466e 100644 --- a/README.org +++ b/README.org @@ -1,29 +1,29 @@ -#+TITLE: aider.el : Aider (AI Pair Programming) Inside Emacs +#+TITLE: aider.el : aider (AI Pair Programming) Inside Emacs * Introduction - Do you like the AI features of [[https://www.cursor.com/][Cursor AI Code Editor]], but prefer to stay within Emacs? -- Aider.el provides an interactive interface to communicate with https://github.com/paul-gauthier/aider. - - Most of the Elisp code in this repository was generated by Aider / Aider.el. +- aider.el provides an interactive interface to communicate with https://github.com/paul-gauthier/aider. + - Most of the Elisp code in this repository was generated by aider / aider.el. -* Why Use Aider.el in Emacs? +* Why Use aider.el in Emacs? - Pop-up Menu: No need to remember commands. (aider-transient-menu, bound to C-c a by default) [[file:./transient_menu.png]] -- 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. +- 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. +- Region-Based Refactor Support: 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. +- And More: Add your own Elisp functions to support your use case. You can certainly ask aider / aider.el to do that. * Installation -- [[https://aider.chat/docs/install.html][Install Aider]] +- [[https://aider.chat/docs/install.html][Install aider]] - Install the dependency [[https://github.com/magit/transient][Transient]] using your package manager. -- Install Aider.el with the following code: +- Install aider.el with the following code: #+BEGIN_SRC emacs-lisp (use-package aider @@ -37,5 +37,5 @@ [[file:./screenshot.png]] -- In the above screenshot, Aider was asked to generate an aider-help function and add the corresponding entry to the menu (top right window). -- Aider received the command and generated the commit for it (bottom left). +- In the above screenshot, aider was asked to generate an aider-help function and add the corresponding entry to the menu (top right window). +- aider received the command and generated the commit for it (bottom left).