branch: elpa/aidermacs commit 9392a0810bcb0aeed8a23c4d9802a06f394ed072 Merge: 1d39e5720d cf6df7ed58 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
Merge branch 'main' of github.com:tninja/aider.el --- README.org | 11 +++-------- README.org_archive | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 66ca1d00c2..7223f51dfb 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ * Introduction -- Do you like the AI feature of [[https://www.cursor.com/][cursor AI code editor]], but you don't want to leave emacs? +- Do you like the AI feature of [[https://www.cursor.com/][cursor AI code editor]], but 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 @@ -29,16 +29,11 @@ (use-package aider :straight (:host github :repo "tninja/aider.el") :config - (setq aider-args '("--model" "gpt-4o-mini"))) - (setenv "OPENAI_API_KEY" <your-openai-api-key>) + (setq aider-args '("--model" "gpt-4o-mini")) + (setenv "OPENAI_API_KEY" <your-openai-api-key>)) #+END_SRC * Screenshot [[file:./screenshot.png]] -* Other Emacs AI coding tool - -- [[https://github.com/copilot-emacs/copilot.el][copilot.el]]: Emacs plugin for GitHub Copilot -- [[https://github.com/shouya/ancilla.el][ancilla.el]]: AI Coding Assistant support code generation / code rewrite / discussion -- [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]]: ChatGPT and DALL-E Emacs shells + Org Babel diff --git a/README.org_archive b/README.org_archive new file mode 100644 index 0000000000..5f16dc92c2 --- /dev/null +++ b/README.org_archive @@ -0,0 +1,16 @@ +# -*- mode: org -*- + + +Archived entries from file /Users/tninja/git/aider.el/README.org + + +* Other Emacs AI coding tool +:PROPERTIES: +:ARCHIVE_TIME: 2024-10-03 Thu 07:59 +:ARCHIVE_FILE: ~/git/aider.el/README.org +:ARCHIVE_CATEGORY: README +:END: + +- [[https://github.com/copilot-emacs/copilot.el][copilot.el]]: Emacs plugin for GitHub Copilot +- [[https://github.com/shouya/ancilla.el][ancilla.el]]: AI Coding Assistant support code generation / code rewrite / discussion +- [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]]: ChatGPT and DALL-E Emacs shells + Org Babel