From 6019ca9dd20825fe6645419d775f9113c44f9309 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 17 Apr 2022 12:39:41 +0200 Subject: [PATCH] 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 c2a9aa44371..829d7f4fa03 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")) -- 2.39.2