From f25cb3df2e0e76d7630c4c2abcd02f50f6ec664d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 13:16:19 -0500 Subject: [PATCH] [emacs] Fix path of magit script --- emacs/.config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index 11d5f86..519a8e9 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -442,7 +442,7 @@ Always open the result in `eww`." (after! magit (defvar my/ssh-key-injector-script - (expand-file-name "~/.local/bin/inject-ssh-keys-from-pass")) + (expand-file-name "~/.bin/inject-ssh-keys-from-pass")) (defun my/ssh-agent-has-keys-p (&rest _ignore) "Non-nil if ssh-agent currently has at least one identity loaded."