Fix authentication configc

This commit is contained in:
Kiana Sheibani 2024-03-05 02:51:29 -05:00
parent 3440b98662
commit 5e6f5d9bfa
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1073,6 +1073,7 @@ I don't want my cache files to get deleted whenever I mess up my Doom install,
so let's move them to somewhere more safe. so let's move them to somewhere more safe.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(require 'auth-source-pass)
(setq auth-sources '(password-store "~/.authinfo.gpg") (setq auth-sources '(password-store "~/.authinfo.gpg")
auth-source-cache-expiry nil) auth-source-cache-expiry nil)
#+end_src #+end_src