mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-11 09:11:03 -07:00
NicolasPetton/pass@7651389c52 -> NicolasPetton/pass@de4adfaeba
andras-simonyi/citeproc-el@a3d62ab8e4 -> andras-simonyi/citeproc-el@4bde999a41
editorconfig/editorconfig-emacs@646c31b4b7 -> editorconfig/editorconfig-emacs@b18fcf7fde
emacs-lsp/dap-mode@ded79ff063 -> emacs-lsp/dap-mode@b77d9bdb15
emacs-lsp/lsp-mode@7642778d59 -> emacs-lsp/lsp-mode@c258b9dfaf
emacs-straight/dape@5f2792ea8c -> emacs-straight/dape@76af39b5c2
emacs-straight/eglot@78bd85f1b5 -> emacs-straight/eglot@76dae6a075
jacktasia/dumb-jump@b1ec972ed3 -> jacktasia/dumb-jump@0bb557a2bd
karthink/gptel@f36ee0a750 -> karthink/gptel@11ddace991
purcell/envrc@06d72d141a -> purcell/envrc@d3289e92e0
tumashu/posframe@d93828bf6c -> tumashu/posframe@4fc893c3c9
vedang/pdf-tools@e4b7f1f37c -> vedang/pdf-tools@365f88238f
Fix: #7873
Revert: 7bb5df4cd4
15 lines
504 B
EmacsLisp
15 lines
504 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/llm/packages.el
|
|
|
|
(package! gptel :pin "11ddace991f63e98212be400570d85d716d2db83")
|
|
|
|
(package! gptel-quick
|
|
:recipe (:host github :repo "karthink/gptel-quick")
|
|
:pin "018ff2be8f860a1e8fe3966eec418ad635620c38")
|
|
|
|
(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"))
|