summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/emacs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el
index 48daa951..0bc61cbf 100644
--- a/accounts/gkleen@sif/emacs.el
+++ b/accounts/gkleen@sif/emacs.el
@@ -248,3 +248,5 @@ necessarily running."
248 (delete-file old-location)))) 248 (delete-file old-location))))
249 249
250(bind-key "C-x C-m" #'move-file) 250(bind-key "C-x C-m" #'move-file)
251
252(let ((ssh_auth_sock (string-chop-newline (shell-command-to-string "gpgconf --list-dirs agent-ssh-socket")))) (setenv "SSH_AUTH_SOCK" ssh_auth_sock))