Fix vestigial reference to load-env-vars

Was replaced with in-house envvar parser.
This commit is contained in:
Henrik Lissner 2019-05-28 15:16:15 -04:00
parent ad9541acc8
commit 3d7626341f
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -54,7 +54,7 @@ Uses the same mechanism as 'bin/doom env reload'."
(sit-for 1))
(unless (file-readable-p doom-env-file)
(error "Failed to generate env file"))
(load-env-vars doom-env-file)
(doom-load-env-vars doom-env-file)
(setq-default
exec-path (append (split-string (getenv "PATH") ":")
(list exec-directory))