Преглед на файлове

[emacs] Fix call to inject keys script

Colin Powell преди 14 часа
родител
ревизия
3ed69b6322
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      emacs/.config/doom/config.el

+ 1 - 1
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 "~/.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."