Files
doomemacs/modules/tools/llm/packages.el
Henrik Lissner 6898a9c267 module: add :tools llm
Clippy is making a comeback.

Close: #7231
2025-05-06 22:30:49 -04:00

12 lines
356 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/llm/packages.el
(package! gptel :pin "1aa5f1c10df34aeb08f677cd4aa4ef1fc12e87df")
(package! gptel-quick
:recipe (:host github :repo "karthink/gptel-quick")
:pin "34acd437a7af8a387c14428bd1abdb3cd9e95d9d")
(when (modulep! :tools magit)
(package! gptel-magit :pin "7f586943040bbb6885adafaf3e61fb5137c64558"))