From ccc5320148fab930b6d9fffe26733de5296c87d2 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 20 Feb 2024 03:31:12 -0500 Subject: [PATCH] Configure GPG auths --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index 2df664f..d384852 100644 --- a/config.org +++ b/config.org @@ -1054,6 +1054,16 @@ applications. user-mail-address "kiana.a.sheibani@gmail.com") #+end_src +** Authentication + +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 +(setq auth-sources '("~/.authinfo.gpg") + auth-source-cache-expiry nil) +#+end_src + ** Aesthetics #+call: confpkg("Visual")