[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 880a204f11 153/466: Fix doom emacs library insta
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 880a204f11 153/466: Fix doom emacs library installation part (#32) |
Date: |
Sat, 15 Mar 2025 19:13:42 -0400 (EDT) |
branch: elpa/aidermacs
commit 880a204f11265e4e206a3423616db77f23f15171
Author: Kang Tu <tninja@gmail.com>
Commit: GitHub <noreply@github.com>
Fix doom emacs library installation part (#32)
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 564e22a973..71649ee194 100644
--- a/README.org
+++ b/README.org
@@ -73,7 +73,7 @@
- Add the following code to your doom/packages.el
#+BEGIN_SRC emacs-lisp
-(package! aider :recipe (:host github :repo "tninja/aider.el" :files ("*.el")))
+(package! aider :recipe (:host github :repo "tninja/aider.el" :files
("aider.el" "aider-doom.el")))
#+END_SRC
- Adjust and add the following code to your doom/config.el
- [nongnu] elpa/aidermacs 89bfe7d4de 390/466: Refactor and unify aidermacs--send-command, (continued)
- [nongnu] elpa/aidermacs 89bfe7d4de 390/466: Refactor and unify aidermacs--send-command, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs fd786d4d24 396/466: Fix ediff-buffers not populating, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 8dc9f024d1 403/466: Fix linting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 50e26da761 417/466: Merge pull request #49 from xplutoy/main, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4ed1f8ddb6 429/466: Merge pull request #51 from milanglacier/refactor/vterm-aider-mode, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 451a0bb89f 426/466: refactor: add a minor mode vterm-aider-mode, and remove advices., ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 01046fcbdd 451/466: Merge pull request #67 from CeleritasCelery/mode-warning, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4d9bff5181 464/466: Breaking change: Refactor ask/architect/code transient logic flow, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 96e732d770 465/466: Add .elpaignore, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a051885a92 051/466: feat: add aider-debug function to replace newlines and send to Aider buffer with menu entry, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 880a204f11 153/466: Fix doom emacs library installation part (#32),
ELPA Syncer <=
- [nongnu] elpa/aidermacs b3eb5055f0 168/466: feat: Skip buffer switch if already in Aider buffer, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs f802473f6f 182/466: Merge pull request #56 from JulienTant/patch-1, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4068a88f75 199/466: docs: simplify description of code modification approaches, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 99ca190e5d 214/466: docs: improve package-vc-install installation formatting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 8ffd82740e 227/466: Fix README, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 717d2ceb51 224/466: fix: Prevent duplicate aider wrappers in multi-line messages, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 19b6250985 234/466: Streamline aider.el by extracting model and backends, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs c6a6468506 250/466: Opt-in in in for, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs ce48bd3071 261/466: Improve docstring, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 871c64366a 263/466: refactor: Modify aidermacs-get-last-output to display current output interactively, ELPA Syncer, 2025/03/15