Fix authentication configc
This commit is contained in:
parent
3440b98662
commit
5e6f5d9bfa
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue