mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update doom/reload-env
To use `doom env` instead of `doom env refresh` (which is deprecated)
This commit is contained in:
@ -74,7 +74,7 @@ line."
|
||||
|
||||
Uses the same mechanism as 'bin/doom env reload'."
|
||||
(interactive)
|
||||
(compile (format "%s env refresh" (expand-file-name "bin/doom" doom-emacs-dir)))
|
||||
(compile (format "%s env" (expand-file-name "bin/doom" doom-emacs-dir)))
|
||||
(while compilation-in-progress
|
||||
(sit-for 1))
|
||||
(unless (file-readable-p doom-env-file)
|
||||
|
Reference in New Issue
Block a user