From 46ceca79ce2aa6bf8fce79aa355be6b915281317 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Nov 2017 11:22:49 +0100 Subject: [PATCH] [Init] Fix loading environment variables when on Windows --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 73500d0..20e7f72 100644 --- a/init.el +++ b/init.el @@ -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"