From ce05d9398d0df62c00888474e28026819defcd62 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 3 Jan 2026 11:07:35 -0800 Subject: configure aider and emacs properly Use anthropic's models and set the API key. --- home/programs/emacs/site-lisp/init-llm.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 home/programs/emacs/site-lisp/init-llm.el (limited to 'home/programs/emacs/site-lisp/init-llm.el') diff --git a/home/programs/emacs/site-lisp/init-llm.el b/home/programs/emacs/site-lisp/init-llm.el new file mode 100644 index 0000000..bdd1804 --- /dev/null +++ b/home/programs/emacs/site-lisp/init-llm.el @@ -0,0 +1,15 @@ +;;; init-llm.el --- Configure LLMs -*- lexical-binding: t -*- +;; Author: Franck Cuny + +;;; Commentary: + +;; Configure completions + +;;; Code: + +(use-package aider + :bind ("C-c a" . aider-transient-menu)) + +(provide 'init-llm) + +;;; init-llm.el ends here -- cgit v1.2.3