History
- 추가
Related-Notes
BIBLIOGRAPHY
Tu, Kang. (2024) 2024. “Tninja/Aider.El Aider (Ai Pair Programming) inside Emacs.” https://github.com/tninja/aider.el.
tninja/aider.el aider (AI Pair Programming) Inside Emacs
(Tu [2024] 2024)
- aider emacs plugin for https://github.com/paul-gauthier/aider
The aider prefix is “A”. Start and open the aider buffer: [SPC] A o Add the current file with [SPC] A a c Reset the aider session with [SPC] A r
;; The aider prefix is “A”.
;; Start and open the aider buffer: [SPC] A o
;; Add the current file with [SPC] A a c
;; Reset the aider session with [SPC] A r
(use-package! aider
:config
(setq aider-args '("--model" "gpt-4o-mini")))