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:
Henrik Lissner 2019-12-27 01:52:45 -05:00
parent 6920ae80f0
commit e5602c1802
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -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.")

View file

@ -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