From 5e6f5d9bfa3e384322b6e5d3755a254dcd973618 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 5 Mar 2024 02:51:29 -0500 Subject: [PATCH] Fix authentication configc --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index fb3aeec..e19c6be 100644 --- a/config.org +++ b/config.org @@ -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. #+begin_src emacs-lisp +(require 'auth-source-pass) (setq auth-sources '(password-store "~/.authinfo.gpg") auth-source-cache-expiry nil) #+end_src