emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6019ca9dd2: Fix instructions on how to enable password-store


From: Lars Ingebrigtsen
Subject: master 6019ca9dd2: Fix instructions on how to enable password-store
Date: Sun, 17 Apr 2022 06:41:03 -0400 (EDT)

branch: master
commit 6019ca9dd20825fe6645419d775f9113c44f9309
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix instructions on how to enable password-store
    
    * doc/misc/auth.texi (Help for users): Give the correct
    instructions on how to enable password store (bug#30900).
---
 doc/misc/auth.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index c2a9aa4437..829d7f4fa0 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]