diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-03 11:07:35 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-03 11:07:35 -0800 |
| commit | ce05d9398d0df62c00888474e28026819defcd62 (patch) | |
| tree | 6452e1f2a43a92778eec6cef1a38f8af79b5761b /home/programs/emacs/init.el | |
| parent | configure the theme for bottom and bat (diff) | |
| download | infra-ce05d9398d0df62c00888474e28026819defcd62.tar.gz | |
configure aider and emacs properly
Use anthropic's models and set the API key.
Diffstat (limited to '')
| -rw-r--r-- | home/programs/emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/programs/emacs/init.el b/home/programs/emacs/init.el index 5afbbeb..a1ff154 100644 --- a/home/programs/emacs/init.el +++ b/home/programs/emacs/init.el @@ -8,7 +8,7 @@ (use-package exec-path-from-shell :custom - (exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH" "GOBIN" "ASPELL_CONF")) + (exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH" "GOBIN" "ASPELL_CONF" "ANTHROPIC_API_KEY")) :init (exec-path-from-shell-initialize)) (require 'init-base) @@ -17,6 +17,7 @@ (require 'init-text) (require 'init-programming) (require 'init-eshell) +(require 'init-llm) (use-package server :config |
