Function: auth-source-pass-enable

auth-source-pass-enable is an autoloaded and byte-compiled function defined in auth-source-pass.el.gz.

Signature

(auth-source-pass-enable)

Documentation

Enable auth-source-password-store.

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source-pass.el.gz
;;;###autoload
(defun auth-source-pass-enable ()
  "Enable auth-source-password-store."
  ;; To add password-store to the list of sources, evaluate the following:
  (add-to-list 'auth-sources 'password-store)
  ;; clear the cache (required after each change to #'auth-source-pass-search)
  (auth-source-forget-all-cached))