Bump :core
raxod502/straight.el@ffaad60 -> raxod502/straight.el@59c92dd jwiegley/use-package@d2640fe -> jwiegley/use-package@2b8f8a3 Reverts 33cd837 Fixes #3406
This commit is contained in:
parent
33cd8e7380
commit
1878a08814
2 changed files with 2 additions and 8 deletions
|
@ -105,12 +105,6 @@ uses a straight or package.el command directly).")
|
|||
(append (apply orig-fn args) ; lockfiles still take priority
|
||||
(doom-package-pinned-list)))
|
||||
|
||||
(with-eval-after-load 'straight
|
||||
;; HACK Fix #3406: by installing some built-in packages, we get version
|
||||
;; conflicts, so blacklist them. Revert once raxod502/straight.el#537 is
|
||||
;; resolved.
|
||||
(add-to-list 'straight-recipes-gnu-elpa-ignored-packages 'seq))
|
||||
|
||||
|
||||
;;
|
||||
;;; Bootstrappers
|
||||
|
|
|
@ -14,12 +14,12 @@
|
|||
:local-repo "straight.el"
|
||||
:files ("straight*.el")
|
||||
:no-build t)
|
||||
:pin "ffaad607ad18d107a6d15ccb923be88c6c80172e")
|
||||
:pin "59c92dd45085b8f8fc44ea0039c205f4a3c43b62")
|
||||
|
||||
;; core-modules.el
|
||||
(package! use-package
|
||||
:type 'core
|
||||
:pin "d2640fec376a8458a669e7526e63e5870d875118")
|
||||
:pin "2b8f8a3f156e61ae6d8c7b7ce1deea3f0f6e1599")
|
||||
|
||||
;; core-ui.el
|
||||
(package! all-the-icons :pin "ed8e44de4fa601309d2bba902c3b37cb73e4daa0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue