summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files 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 @@
90 ":+VERS-TLS1.3" 90 ":+VERS-TLS1.3"
91 ":+VERS-TLS1.2")))) 91 ":+VERS-TLS1.2"))))
92 92
93;; Make sure authinfo is GPG'd 93(use-package auth-source
94(setq auth-sources (list (expand-file-name "authinfo.gpg" local-config-dir) 94 :defer t
95 "~/.authinfo.gpp")) 95 :custom
96 ;; Make sure authinfo is GPG'd
97 (auth-sources (list (expand-file-name "authinfo.gpg" local-config-dir)
98 "~/.authinfo.gpg")))
96 99
97 100
98;; Don't draw stuff in other windows. 101;; Don't draw stuff in other windows.