]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix instructions on how to enable password-store
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 10:39:41 +0000 (12:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 10:39:41 +0000 (12:39 +0200)
* doc/misc/auth.texi (Help for users): Give the correct
instructions on how to enable password store (bug#30900).

doc/misc/auth.texi

index c2a9aa44371e572d9462f847790daab80eefca08..829d7f4fa03d22d8f345172ca5961172798e1e0f 100644 (file)
@@ -191,7 +191,7 @@ get fancy, the default and simplest configuration is:
 (setq auth-sources '("secrets:Login"))
 ;;; use pass (@file{~/.password-store})
 ;;; (@pxref{The Unix password store})
-(setq auth-sources '(password-store))
+(auth-source-pass-enable)
 ;;; JSON data in format [@{ "machine": "SERVER",
 ;;; "login": "USER", "password": "PASSWORD" @}...]
 (setq auth-sources '("~/.authinfo.json.gpg"))