Update doom/reload-env
To use `doom env` instead of `doom env refresh` (which is deprecated)
This commit is contained in:
parent
7ec6a32c30
commit
22e3dfa677
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ line."
|
||||||
|
|
||||||
Uses the same mechanism as 'bin/doom env reload'."
|
Uses the same mechanism as 'bin/doom env reload'."
|
||||||
(interactive)
|
(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
|
(while compilation-in-progress
|
||||||
(sit-for 1))
|
(sit-for 1))
|
||||||
(unless (file-readable-p doom-env-file)
|
(unless (file-readable-p doom-env-file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue