aboutsummaryrefslogtreecommitdiff
path: root/home/programs/emacs/site-lisp/init-llm.el
blob: bdd1804f18d8a7abcfe3d43fca9488e8d25684a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; init-llm.el --- Configure LLMs -*- lexical-binding: t -*-
;; Author: Franck Cuny <franck@fcuny.net>

;;; Commentary:

;; Configure completions

;;; Code:

(use-package aider
  :bind ("C-c a" . aider-transient-menu))

(provide 'init-llm)

;;; init-llm.el ends here