;;; 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