mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
emacs-evil/evil-collection@52b6479 -> emacs-evil/evil-collection@05ed92a evil-magit was ported to evil-collection Half-addresses #4324
10 lines
452 B
EmacsLisp
10 lines
452 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(when (package! magit :pin "2fb3bf782ccf5652b98f8de989f014749473eacf")
|
|
(when (featurep! +forge)
|
|
(package! forge :pin "031e4f06b2bff66375e53ea96f8eb3dfbdf391d9"))
|
|
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
|
(package! magit-todos :pin "a0e5d1f3c7dfcb4f18c1b0d57f1746a4872df5c6")
|
|
(package! github-review :pin "e2123cce391bfd9d947ba2934b5d655ab1e90b6d"))
|