How can I find out where Emacs is checking for passwords?
In which I try to retrieve my secrets using my text editor
- Published
- Tags
- elisp
- emacs
You can see a list of current auth-sources by running the following elisp function
> auth-sources
(password-store "~/.authinfo.gpg")