Add aider
/aidermacs
This commit is contained in:
parent
cea95102f7
commit
f302514403
3 changed files with 11 additions and 0 deletions
|
@ -50,6 +50,7 @@ in
|
||||||
math-preview
|
math-preview
|
||||||
emacs-lsp-booster
|
emacs-lsp-booster
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
aider-chat-full
|
||||||
]
|
]
|
||||||
++ (with hunspellDicts; [
|
++ (with hunspellDicts; [
|
||||||
en_US-large
|
en_US-large
|
||||||
|
|
|
@ -1032,6 +1032,15 @@ This is meant to be an helper to be called from the window manager."
|
||||||
(:map org-mode-map
|
(:map org-mode-map
|
||||||
(("M-p" . org-download-clipboard))))
|
(("M-p" . org-download-clipboard))))
|
||||||
|
|
||||||
|
(use-package aidermacs
|
||||||
|
:bind (("C-c A" . aidermacs-transient-menu))
|
||||||
|
:init
|
||||||
|
(require 'f)
|
||||||
|
(setenv "OPENROUTER_API_KEY" (f-read-text (getenv "OPENROUTER_API_KEY_PATH")))
|
||||||
|
:custom
|
||||||
|
(aidermacs-use-architect-mode t)
|
||||||
|
(aidermacs-default-model "openrouter/deepseek/deepseek-chat-v3-0324"))
|
||||||
|
|
||||||
(use-package gptel
|
(use-package gptel
|
||||||
:custom
|
:custom
|
||||||
(gptel-model 'google/gemini-2.5-flash-preview)
|
(gptel-model 'google/gemini-2.5-flash-preview)
|
||||||
|
|
|
@ -208,6 +208,7 @@ let
|
||||||
visual-replace
|
visual-replace
|
||||||
org-super-agenda
|
org-super-agenda
|
||||||
tidal
|
tidal
|
||||||
|
aidermacs
|
||||||
# org-re-reveal # FIXME very not nice hash mismatch when building
|
# org-re-reveal # FIXME very not nice hash mismatch when building
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue