Make async a core package

This commit is contained in:
Henrik Lissner 2017-11-04 22:13:10 +01:00
parent 6b9849fd57
commit 40a1aaae8e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 2 deletions

View file

@ -68,7 +68,7 @@ package's name as a symbol, and whose CDR is the plist supplied to its
`package!' declaration. Set by `doom-initialize-packages'.") `package!' declaration. Set by `doom-initialize-packages'.")
(defvar doom-core-packages (defvar doom-core-packages
'(persistent-soft quelpa use-package) '(persistent-soft quelpa use-package async)
"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

@ -2,7 +2,6 @@
;;; core/packages.el ;;; core/packages.el
;; core packages ;; core packages
(package! async)
(package! s) (package! s)
(package! f) (package! f)