Variable: auth-source-ignore-non-existing-file
auth-source-ignore-non-existing-file is a customizable variable
defined in auth-source.el.gz.
Value
t
Documentation
If set non-nil, file-based backends are ignored if the file does not exist.
Consequently, no newly created entry is saved in such a backend when this user option is non-nil.
Supported backend types are netrc, plstore and json.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defcustom auth-source-ignore-non-existing-file t
"If set non-nil, file-based backends are ignored if the file does not exist.
Consequently, no newly created entry is saved in such a backend when
this user option is non-nil.
Supported backend types are `netrc', `plstore' and `json'."
:version "31.1"
:type 'boolean)