~edwargix/emacs.d

e9d749a633bac965536e83f3501339fb4ab28f3e — David Florness 5 years ago 0a1d875
Inherit SSH_AUTH_SOCK from shell for ssh-agent recognition
1 files changed, 1 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +1 -0
@@ 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