Do not ask for automatic password storage

This can be annoying when used with ivy/helm.  When the need to store passwords
in the auth sources arises, we'll do it manually.
This commit is contained in:
Daniel - 2020-12-05 20:37:10 +01:00
parent ea4a165897
commit 421a272733
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -368,7 +368,8 @@
ring-bell-function #'ignore
garbage-collection-messages nil
load-prefer-newer nil ; t breaks `org-reload'
auth-sources '("~/.authinfo.gpg"))
auth-sources '("~/.authinfo.gpg")
auth-source-save-behavior nil)
(fset 'yes-or-no-p 'y-or-n-p)