mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
NicolasPetton/pass@1a9f610015 -> NicolasPetton/pass@896696999d andras-simonyi/citeproc-el@54184baaff -> andras-simonyi/citeproc-el@d232616851 emacs-lsp/lsp-mode@c77ba14106 -> emacs-lsp/lsp-mode@3a96df0dd7 emacs-straight/dape@8dbe56d7c7 -> emacs-straight/dape@1df7834306 emacs-tree-sitter/tree-sitter-langs@becd29c756 -> emacs-tree-sitter/tree-sitter-langs@59979a1f5c hcl-emacs/terraform-mode@5bdd734a87 -> hcl-emacs/terraform-mode@80383ff42b jacktasia/dumb-jump@737267a613 -> jacktasia/dumb-jump@42f97dea50 magit/forge@9db4d386a1 -> magit/forge@a31859547a magit/magit@04ee83d93f -> magit/magit@2f1ff91f12 magit/transient@25b994a565 -> magit/transient@f3f498aa15 mohkale/consult-eglot@b71499f4b9 -> mohkale/consult-eglot@2816f8aad7 purcell/envrc@4ca2166ac7 -> purcell/envrc@cb5f6d2a42
13 lines
506 B
EmacsLisp
13 lines
506 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(package! transient :pin "f3f498aa155f88c7e2ab6d1d01d1361813059db8") ; 0.9.2
|
|
(package! magit :pin "2f1ff91f128f28aa277e0e060ef44b4be8a989c1") ; 4.3.6
|
|
(when (modulep! +forge)
|
|
(package! forge :pin "a31859547a1ea5e2acbab67b6b64f90134e2a156") ; 0.5.3
|
|
(package! code-review
|
|
:recipe (:host github
|
|
:repo "doomelpa/code-review"
|
|
:files ("graphql" "code-review*.el"))
|
|
:pin "303edcfbad8190eccb9a9269dfc58ed26d386ba5"))
|