From 132b948fe14c4a6c16dee248b007749a3b691d0f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 22:04:49 +0200 Subject: Add auth-source, incorporate top-level config --- init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 69bd1e2..f3f6648 100644 --- a/init.el +++ b/init.el @@ -90,9 +90,12 @@ ":+VERS-TLS1.3" ":+VERS-TLS1.2")))) -;; Make sure authinfo is GPG'd -(setq auth-sources (list (expand-file-name "authinfo.gpg" local-config-dir) - "~/.authinfo.gpp")) +(use-package auth-source + :defer t + :custom + ;; Make sure authinfo is GPG'd + (auth-sources (list (expand-file-name "authinfo.gpg" local-config-dir) + "~/.authinfo.gpg"))) ;; Don't draw stuff in other windows. -- cgit v1.2.3