mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make load-env-vars a core package
Fixes a race condition where the load-env-vars package is used before it was (or could be) installed.
This commit is contained in:
@ -41,7 +41,8 @@
|
||||
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 async)
|
||||
(defvar doom-core-packages
|
||||
'(persistent-soft use-package quelpa async load-env-vars)
|
||||
"A list of packages that must be installed (and will be auto-installed if
|
||||
missing) and shouldn't be deleted.")
|
||||
|
||||
|
Reference in New Issue
Block a user