First check .authinfo then fall back to pass for auth-source
This commit is contained in:
parent
71d74675c3
commit
7863916334
@ -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))
|
('(normal motion visual) pass-mode-map "S" #'password-store-synchronize))
|
||||||
|
|
||||||
(leader-def-key "ap" #'pass)
|
(leader-def-key "ap" #'pass)
|
||||||
|
|
||||||
|
(setq auth-sources '("~/.authinfo" password-store))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Emacs Lisp
|
* Emacs Lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user