[Init] Fix loading environment variables when on Windows

This commit is contained in:
Daniel - 2017-11-04 11:22:49 +01:00
parent edcce1d692
commit 46ceca79ce
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ _h_ _l_ _o_k _y_ank
;; Environment Variables
(when (memq system-type '(windows-nt cygwin))
(unless (memq system-type '(windows-nt cygwin))
(ignore-errors
(exec-path-from-shell-copy-envs '("SSH_AUTH_SOCK"
"SSH_AGENT_PID"