Make async a core package again

This commit is contained in:
Henrik Lissner 2017-12-09 14:17:23 -05:00
parent d7938781e1
commit 4450f08b0b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 6 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'.")
(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.")

View file

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