You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the :environment-variables key is given, all of its variables are set using
`setenv', in a way that affects the entire running Emacs instance, instead of
just the subprocess.
The solution is to let-bind `process-environment' to a copy of itself if
:environment-variables is given.
0 commit comments