From 7863916334052e6c2703b87278746efedc3c29df Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 8 May 2020 17:45:00 -0400 Subject: [PATCH] First check .authinfo then fall back to pass for auth-source --- emacs/init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 9659f89..eded268 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -433,6 +433,8 @@ Interfacing with Pass, the "standard Unix password manager". This should also be ('(normal motion visual) pass-mode-map "S" #'password-store-synchronize)) (leader-def-key "ap" #'pass) + + (setq auth-sources '("~/.authinfo" password-store)) #+END_SRC * Emacs Lisp