Use SSH agent from Emacs
This commit is contained in:
parent
dc3354c7ab
commit
6dd8214227
1 changed files with 2 additions and 3 deletions
5
init.el
5
init.el
|
@ -149,9 +149,8 @@
|
||||||
:config
|
:config
|
||||||
(when (memq window-system '(mac ns x pgtk))
|
(when (memq window-system '(mac ns x pgtk))
|
||||||
(exec-path-from-shell-initialize)
|
(exec-path-from-shell-initialize)
|
||||||
(exec-path-from-shell-copy-env "LD_LIBRARY_PATH")
|
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
|
||||||
(exec-path-from-shell-copy-env "PYENV_ROOT")
|
(exec-path-from-shell-copy-env "SSH_AGENT_PID")))
|
||||||
(exec-path-from-shell-copy-env "PYENV_ROOT")))
|
|
||||||
|
|
||||||
;;; Menus and completion
|
;;; Menus and completion
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue