mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
andras-simonyi/citeproc-el@f5217b9fdb -> andras-simonyi/citeproc-el@9f16f2eee4 editorconfig/editorconfig-emacs@f85ec9724b -> editorconfig/editorconfig-emacs@4af10445fc emacs-straight/dape@81ee231de1 -> emacs-straight/dape@a2d7dc9a8d karthink/gptel@40f6950e80 -> karthink/gptel@f66e44368f purcell/envrc@48a2ee6a4d -> purcell/envrc@4fc7b657ea
16 lines
504 B
EmacsLisp
16 lines
504 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/llm/packages.el
|
|
|
|
(package! gptel :pin "f66e44368fd085f958f5d34cdbcbfb649abfc5eb")
|
|
|
|
(package! gptel-quick
|
|
:recipe (:host github :repo "karthink/gptel-quick")
|
|
:pin "495b5e0b5348dbced1448bd12cbf8847e30b5175")
|
|
|
|
(when (modulep! :tools magit)
|
|
(package! gptel-magit
|
|
;; REVIEW: Revert to upstream if ragnard/gptel-magit#7 is merged.
|
|
:recipe (:host github
|
|
:repo "ArthurHeymans/gptel-magit")
|
|
:pin "4a40c3fc201d60d2f0589c2e1a6693fd94bb4c98"))
|