[emacs] Fix call to inject keys script

This commit is contained in:
2026-01-12 16:03:56 -05:00
parent f25cb3df2e
commit 3ed69b6322

View File

@ -442,7 +442,7 @@ Always open the result in `eww`."
(after! magit
(defvar my/ssh-key-injector-script
(expand-file-name "~/.bin/inject-ssh-keys-from-pass"))
(expand-file-name "~/.bin/load_keys"))
(defun my/ssh-agent-has-keys-p (&rest _ignore)
"Non-nil if ssh-agent currently has at least one identity loaded."