Skip to content

Commit

Permalink
Add AI assistant programming section under AI (#502)
Browse files Browse the repository at this point in the history
* Add AI assistant programming section under AI

* fix

* update toc
  • Loading branch information
tninja authored Nov 5, 2024
1 parent 3c094d4 commit a61a221
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
- [[#ai][AI]]
- [[#code-completion][Code Completion]]
- [[#chatgpt][ChatGPT]]
- [[#session-management][Session Management]]
- [[#ai-assistant-programming][AI assistant programming]]
- [[#session-management][Session management]]
- [[#keys-cheat-sheet][Keys Cheat Sheet]]
- [[#note][Note]]
- [[#org-mode][Org-mode]]
Expand Down Expand Up @@ -852,6 +853,10 @@ External Guides:
- [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]] - ChatGPT and DALL-E Emacs shells + Org Babel.
- [[https://github.com/karthink/gptel][GPTel]] - A simple ChatGPT client for Emacs.

*** AI assistant programming
- [[https://github.com/tninja/aider.el][aider.el]] - aider (AI Pair Programming) Inside Emacs
- [[https://github.com/lanceberge/elysium][elysium]] - Automatically apply AI-generated changes as you code with GPTel

** Session management

- [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions][desktop]] - =[built-in]= Save and restore the state of your Emacs environment.
Expand Down

0 comments on commit a61a221

Please sign in to comment.