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
|
||||
emacs-lsp-booster
|
||||
texlive.combined.scheme-full
|
||||
aider-chat-full
|
||||
]
|
||||
++ (with hunspellDicts; [
|
||||
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
|
||||
(("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
|
||||
:custom
|
||||
(gptel-model 'google/gemini-2.5-flash-preview)
|
||||
|
|
|
@ -208,6 +208,7 @@ let
|
|||
visual-replace
|
||||
org-super-agenda
|
||||
tidal
|
||||
aidermacs
|
||||
# org-re-reveal # FIXME very not nice hash mismatch when building
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue