From e9d749a633bac965536e83f3501339fb4ab28f3e Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 23 Aug 2020 16:39:14 -0400 Subject: [PATCH] Inherit SSH_AUTH_SOCK from shell for ssh-agent recognition --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7c2e853..46851f5 100644 --- a/init.el +++ b/init.el @@ -33,6 +33,7 @@ (use-package exec-path-from-shell :config (add-to-list 'exec-path-from-shell-variables "GOPATH") + (add-to-list 'exec-path-from-shell-variables "SSH_AUTH_SOCK") (exec-path-from-shell-initialize)) ;; Winner mode: allows for undoing and redoing of windoow configurations -- 2.38.4