diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·31+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·31+0200 |
commit | af8913382132e15266b244a5b0acc9f1ddd1e180 (patch) | |
tree | eccc999e2d799258ea45603a89b6d7992f2d3e23 | |
parent | dadb4b4fed3954fbd5490ca15c7ddae67099ab53 (diff) |
fix: Remove old GPG-agent SSH config
-rw-r--r-- | init/settings.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/settings.el b/init/settings.el index 852bf17650a9..2818aeb5c196 100644 --- a/init/settings.el +++ b/init/settings.el @@ -40,9 +40,6 @@ ;; 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") |