magit/forge@4adb94d23c -> magit/forge@0102834bb7 magit/magit@ea0f07e549 -> magit/magit@9d1f8db507 - Includes an update for forge to accommodate changes to closql's interface. Ref: magit/forge@fb272bd93b
12 lines
507 B
EmacsLisp
12 lines
507 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "9d1f8db507e080e032943a3ed1445bd8d9aaa9fc")
|
|
(when (modulep! +forge)
|
|
(package! forge :pin "0102834bb7c872c8a3f77cabf5221e8199346c43")
|
|
(package! code-review
|
|
:recipe (:host github
|
|
:repo "doomelpa/code-review"
|
|
:files ("graphql" "code-review*.el"))
|
|
:pin "e4c34fa284da25d8e0bafbae4300f1db5bdcda44"))
|
|
(package! magit-todos :pin "501c8db90ab59f8b619618b9d10db2a32a113727"))
|