Use GPG-agent's SSH agent (for Tramp etc.)
This commit is contained in:
parent
c2ef13da72
commit
560176bc77
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
;; Bash is the reliable one here
|
||||
(setq multi-term-program "/bin/bash")
|
||||
|
||||
;; Use the GPG-provided SSH agent
|
||||
(setenv "SSH_AUTH_SOCK" (concat (getenv "HOME") "/.gnupg/S.gpg-agent.ssh"))
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'exec-path "/usr/local/bin")
|
||||
|
|
Loading…
Reference in a new issue