diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-10 02:12:26 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-10 02:12:26 +0100 |
| commit | e68ba330eabfbf593b19979efc1befca94f756e3 (patch) | |
| tree | c54287f44788f12f51abaae50aa5dd0966b2df4d /emacs/init.el | |
| parent | c345b1dd02b9bb182fa1fbe256e1c2bf18159b2e (diff) | |
emacs: Import SSH_AUTH_SOCK from zsh
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 7b41007..1dd6ca9 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -73,7 +73,9 @@ (require 'dired-x)) (use-package exec-path-from-shell - :config (exec-path-from-shell-initialize) + :config + (add-to-list 'exec-path-from-shell-variables "SSH_AUTH_SOCK") + (exec-path-from-shell-initialize) :ensure t) (use-package evil-magit :ensure t) |
