Henrik Lissner 2020-03-27 16:47:11 -04:00
parent d40e5dff4e
commit 566a5c8a32
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 15 additions and 16 deletions

View file

@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit :pin "55c5c7cb83")
(package! forge :pin "c2fbce6acc")
(when (package! magit :pin "68b5a13fa1")
(package! forge :pin "2e2d26cf42")
(package! magit-gitflow :pin "cc41b561ec")
(package! magit-todos :pin "ad5663aa26")
(package! github-review :pin "3fb7cc2a81")
(package! magit-todos :pin "a0e5d1f3c7")
(package! github-review :pin "50c6bcc7cf")
(when (featurep! :editor evil +everywhere)
(package! evil-magit :pin "0b79aa33a4")))