diff options
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index eaaa328..1a02446 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -981,3 +981,9 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." "\n\n")) (use-package i-ching :ensure t) + +;; Use pass from auth-source +(require 'auth-source-pass) +(add-to-list 'auth-sources 'password-store) +(auth-source-forget-all-cached) + |