mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
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
|
||||
missing) and shouldn't be deleted.")
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
;; core.el
|
||||
(package! auto-minor-mode)
|
||||
(package! async)
|
||||
(package! gcmh)
|
||||
|
||||
;; core-ui.el
|
||||
|
Reference in New Issue
Block a user