Variable: auth-source-pass-filename

auth-source-pass-filename is a customizable variable defined in auth-source-pass.el.gz.

Value

"~/.password-store"

Documentation

Filename of the password-store folder.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source-pass.el.gz
(defcustom auth-source-pass-filename
  (or (getenv "PASSWORD_STORE_DIR") "~/.password-store")
  "Filename of the password-store folder."
  :type 'directory
  :version "27.1")