History

  • [2025-05-27 Tue 16:45] 추가

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)

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")))