[emacs] Use llm doom module for gptel

This commit is contained in:
2025-09-08 07:10:51 -07:00
parent fb9dd66cf4
commit 3d95995ebc
2 changed files with 2 additions and 2 deletions

View File

@@ -78,8 +78,7 @@
(output (shell-command-to-string cmd))) (output (shell-command-to-string cmd)))
(string-trim output))) (string-trim output)))
(use-package! gptel (after! gptel
:defer t
:config :config
(setq! gptel-api-key (my/get-rbw-password "openai-api-key-chatgpt-el"))) (setq! gptel-api-key (my/get-rbw-password "openai-api-key-chatgpt-el")))

View File

@@ -94,6 +94,7 @@
;;editorconfig ; let someone else argue about tabs vs spaces ;;editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs ;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls) (eval +overlay) ; run code, run (also, repls)
llm ; When I said you needed friends, I didn't mean...
lookup ; navigate your code and its documentation lookup ; navigate your code and its documentation
lsp ; M-x vscode lsp ; M-x vscode
magit ; a git porcelain for Emacs magit ; a git porcelain for Emacs