mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): void-variable doom-profile-env-file-name error
This variable ref snuck intocff0919
, but hasn't been introduced yet. Fix: #7755 Amend:cff091982e
This commit is contained in:
@ -81,9 +81,7 @@ OPTIONS:
|
||||
(exit! 0))
|
||||
(setq rebuild? t)))
|
||||
(when (and (not noenvvar?)
|
||||
(file-exists-p
|
||||
(file-name-concat doom-profile-dir
|
||||
doom-profile-env-file-name)))
|
||||
(file-exists-p doom-env-file))
|
||||
(call! '(env)))
|
||||
(doom-packages-ensure rebuild?)
|
||||
(unless noupdate? (doom-packages-update (not update?)))
|
||||
|
Reference in New Issue
Block a user