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.
This commit is contained in:
parent
dbf8f748ee
commit
7260725313
4 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
;;; tools/magit/packages.el
|
||||
|
||||
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
|
||||
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
||||
(when (modulep! +forge)
|
||||
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
|
||||
(package! code-review
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue