First check .authinfo then fall back to pass for auth-source

This commit is contained in:
Jeremy Dormitzer 2020-05-08 17:45:00 -04:00
parent 71d74675c3
commit 7863916334

View File

@ -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