Move async.el out of baseline packages
It isn't needed anywhere atm. Perhaps we don't need it in core at all?
This commit is contained in:
parent
6920ae80f0
commit
e5602c1802
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ their `package!' declarations, which is simpler than lockfiles, where version
|
||||||
management would be done in a whole new file that users shouldn't have to deal
|
management would be done in a whole new file that users shouldn't have to deal
|
||||||
with.")
|
with.")
|
||||||
|
|
||||||
(defvar doom-core-packages '(straight use-package async)
|
(defvar doom-core-packages '(straight use-package)
|
||||||
"A list of packages that must be installed (and will be auto-installed if
|
"A list of packages that must be installed (and will be auto-installed if
|
||||||
missing) and shouldn't be deleted.")
|
missing) and shouldn't be deleted.")
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
;; core.el
|
;; core.el
|
||||||
(package! auto-minor-mode)
|
(package! auto-minor-mode)
|
||||||
|
(package! async)
|
||||||
(package! gcmh)
|
(package! gcmh)
|
||||||
|
|
||||||
;; core-ui.el
|
;; core-ui.el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue