about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-15T14·31+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-15T14·31+0200
commitaf8913382132e15266b244a5b0acc9f1ddd1e180 (patch)
treeeccc999e2d799258ea45603a89b6d7992f2d3e23 /init
parentdadb4b4fed3954fbd5490ca15c7ddae67099ab53 (diff)
fix: Remove old GPG-agent SSH config
Diffstat (limited to 'init')
-rw-r--r--init/settings.el3
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")