Fix vestigial reference to load-env-vars
Was replaced with in-house envvar parser.
This commit is contained in:
parent
ad9541acc8
commit
3d7626341f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Uses the same mechanism as 'bin/doom env reload'."
|
||||||
(sit-for 1))
|
(sit-for 1))
|
||||||
(unless (file-readable-p doom-env-file)
|
(unless (file-readable-p doom-env-file)
|
||||||
(error "Failed to generate env file"))
|
(error "Failed to generate env file"))
|
||||||
(load-env-vars doom-env-file)
|
(doom-load-env-vars doom-env-file)
|
||||||
(setq-default
|
(setq-default
|
||||||
exec-path (append (split-string (getenv "PATH") ":")
|
exec-path (append (split-string (getenv "PATH") ":")
|
||||||
(list exec-directory))
|
(list exec-directory))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue