From 90e13f3aac8cac7f7c75bccdff69976bea79403d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 31 Jan 2022 00:54:22 -0600 Subject: Add secret-source as an auth-source TODO: This still needs /lots/ of work. --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index ed492e6..280f7e6 100644 --- a/init.el +++ b/init.el @@ -62,7 +62,9 @@ (:hook #'+init-add-setup-to-imenu)) (setup (:require auth-source) - (:option auth-sources (list (private/ "authinfo"))) + (:option auth-sources (list 'default ; secret-source + "secrets:default" + (private/ "authinfo"))) (:with-mode authinfo-mode (:local-set truncate-lines t))) -- cgit 1.4.1-21-gabe81