Make async a core package
This commit is contained in:
parent
6b9849fd57
commit
40a1aaae8e
2 changed files with 1 additions and 2 deletions
|
@ -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.")
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
;;; core/packages.el
|
;;; core/packages.el
|
||||||
|
|
||||||
;; core packages
|
;; core packages
|
||||||
(package! async)
|
|
||||||
(package! s)
|
(package! s)
|
||||||
(package! f)
|
(package! f)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue