From 3456e53b5c4b1c43fdd23abdc6594ac8c169481b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 23 Feb 2026 11:47:56 -0500 Subject: [PATCH] [emacs] Use new bin location --- 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 9837501..86666c6 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -445,7 +445,7 @@ Always open the result in `eww`." (after! magit (defvar my/ssh-key-injector-script - (expand-file-name "~/.bin/load_keys")) + (expand-file-name "~/.local/bin/load_keys")) (defun my/ssh-agent-has-keys-p (&rest _ignore) "Non-nil if ssh-agent currently has at least one identity loaded."