Install core packages early
This commit is contained in:
parent
87e279ce61
commit
76b133fd98
2 changed files with 69 additions and 45 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
;; core-packages.el
|
||||
(package! straight
|
||||
;; :type 'core
|
||||
:type 'core
|
||||
:recipe `(:host github
|
||||
:repo "raxod502/straight.el"
|
||||
:branch ,straight-repository-branch
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
;; core-modules.el
|
||||
(package! use-package
|
||||
;; :type 'core
|
||||
:type 'core
|
||||
:pin "c873d5529c9c80cb58222f22873a4f081c307cb2")
|
||||
|
||||
;; core-ui.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue