From 88855f67137b891afbf00d671972f934e02d07cd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 7 May 2023 10:05:36 +0200 Subject: [PATCH] Fix typo in auth-source package declaration --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index acbab7a..ffb4b3f 100644 --- a/init.el +++ b/init.el @@ -433,7 +433,7 @@ :commands (appt-activate) :init (setq appt-display-mode-line nil)) -(use-package auth-sources +(use-package auth-source :init (setq auth-sources '("~/.authinfo.gpg") auth-source-save-behavior nil) :config (progn