summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-14 00:57:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-14 00:57:12 +0200
commit93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb (patch)
tree673f5b343b06663fd4d30ca1f63ac9fd44946fd3 /accounts
parent728e65ca55b4d952bb7b6ea503b210d87f18bb97 (diff)
downloadnixos-93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb.tar
nixos-93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb.tar.gz
nixos-93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb.tar.bz2
nixos-93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb.tar.xz
nixos-93c85b7faaf47cac9bcef2434cd46dc64a9c8ccb.zip
...
Diffstat (limited to 'accounts')
-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))