Make async a core package again
This commit is contained in:
parent
d7938781e1
commit
4450f08b0b
2 changed files with 1 additions and 6 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'.")
|
||||
|
||||
(defvar doom-core-packages
|
||||
'(persistent-soft use-package quelpa)
|
||||
'(persistent-soft use-package quelpa async)
|
||||
"A list of packages that must be installed (and will be auto-installed if
|
||||
missing) and shouldn't be deleted.")
|
||||
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; core/packages.el
|
||||
|
||||
;; core packages
|
||||
(package! s)
|
||||
(package! f)
|
||||
(package! async)
|
||||
|
||||
;; core-os.el
|
||||
;; In case this config is shared across multiple computers (like mine is), let's
|
||||
;; protect these from autoremoval.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue