doomemacs/modules/tools/magit/packages.el
Henrik Lissner 7260725313
refactor: move compat package to core
This package is cropping up in packages everywhere. Managing it has been
a source of issues, so I'm making it a core package until v3, where
we'll be able to pin packages without explicitly installing them.
2023-02-20 19:01:38 -05:00

10 lines
435 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
(when (modulep! +forge)
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
(package! code-review
:recipe (:files ("graphql" "code-review*.el"))
:pin "95b36ec8e7935f96b2f3c6c9086d49cf4a72cbff"))
(package! magit-todos :pin "c5030cc27c7c1a48db52b0134bf2648a59a43176"))