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
|
@ -45,3 +45,5 @@
|
||||||
;; doom-keybinds.el
|
;; doom-keybinds.el
|
||||||
(package! general :pin "9651024e7f40a8ac5c3f31f8675d3ebe2b667344")
|
(package! general :pin "9651024e7f40a8ac5c3f31f8675d3ebe2b667344")
|
||||||
(package! which-key :pin "8093644032854b1cdf3245ce4e3c7b6673f741bf")
|
(package! which-key :pin "8093644032854b1cdf3245ce4e3c7b6673f741bf")
|
||||||
|
|
||||||
|
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
(package! orderless :pin "d09aab37951b25627b96660f429eaec969d16d8a")
|
(package! orderless :pin "d09aab37951b25627b96660f429eaec969d16d8a")
|
||||||
|
|
||||||
(package! consult :pin "ffaaf6da909dc9ff766e5a5f16eb265635aa6149")
|
(package! consult :pin "ffaaf6da909dc9ff766e5a5f16eb265635aa6149")
|
||||||
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
|
||||||
(package! consult-dir :pin "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
(package! consult-dir :pin "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
||||||
(when (modulep! :checkers syntax)
|
(when (modulep! :checkers syntax)
|
||||||
(package! consult-flycheck :pin "c371996c571b7139ef4d9a8db142bf37a7ee826b"))
|
(package! consult-flycheck :pin "c371996c571b7139ef4d9a8db142bf37a7ee826b"))
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
;;; tools/magit/packages.el
|
;;; tools/magit/packages.el
|
||||||
|
|
||||||
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
|
(when (package! magit :pin "30b0debaaadadec6103a8d7eab92322fd9d30a15")
|
||||||
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
|
|
||||||
(when (modulep! +forge)
|
(when (modulep! +forge)
|
||||||
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
|
(package! forge :pin "ce212f8f95838889c51d0327eb8c3979bec6665c")
|
||||||
(package! code-review
|
(package! code-review
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
;;; ui/modeline/packages.el
|
;;; ui/modeline/packages.el
|
||||||
|
|
||||||
(unless (modulep! +light)
|
(unless (modulep! +light)
|
||||||
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830")
|
(package! doom-modeline :pin "b66d5e5006df4cedb1119da3d83fd6c08965b830"))
|
||||||
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d"))
|
|
||||||
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
(package! anzu :pin "5abb37455ea44fa401d5f4c1bdc58adb2448db67")
|
||||||
(when (modulep! :editor evil)
|
(when (modulep! :editor evil)
|
||||||
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|
(package! evil-anzu :pin "d1e98ee6976437164627542909a25c6946497899"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue