Set default exec-path & shell-file-name
In case doom-load-envvars-file is called when these vars have local bindings.
This commit is contained in:
parent
d298a8e71c
commit
a7bdf6825a
1 changed files with 6 additions and 5 deletions
|
@ -422,7 +422,8 @@ in interactive sessions, nil otherwise (but logs a warning)."
|
|||
(line-beginning-position))
|
||||
(point-max))))))
|
||||
(setenv var value)))))
|
||||
(setq exec-path (append (split-string (getenv "PATH")
|
||||
(setq-default
|
||||
exec-path (append (split-string (getenv "PATH")
|
||||
(if IS-WINDOWS ";" ":"))
|
||||
(list exec-directory))
|
||||
shell-file-name (or (getenv "SHELL")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue