浏览代码

[emacs] Fix path of magit script

Colin Powell 13 小时之前
父节点
当前提交
f25cb3df2e
共有 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 "~/.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."