emacs-evil/evil-magit@0b79aa3 -> emacs-evil/evil-magit@253c644 magit/magit@68b5a13 -> magit/magit@0f1234e
10 lines
362 B
EmacsLisp
10 lines
362 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "0f1234e785")
|
|
(package! forge :pin "2e2d26cf42")
|
|
(package! magit-gitflow :pin "cc41b561ec")
|
|
(package! magit-todos :pin "a0e5d1f3c7")
|
|
(package! github-review :pin "50c6bcc7cf")
|
|
(when (featurep! :editor evil +everywhere)
|
|
(package! evil-magit :pin "253c644807")))
|