From 8729f7e84cbea4c8ddcb61c497606888f9cd5918 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 6 Jan 2021 17:32:54 +0100 Subject: [PATCH] Add password-store to auth-sources --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index c4cf85d..fa60aa6 100644 --- a/init.el +++ b/init.el @@ -142,6 +142,9 @@ (org-roam-mode +1) (warn "Cannot activate org-roam: sqlite3 not found."))) + (with-demoted-errors "Cannot add password-store to auth-sources: %s" + (auth-source-pass-enable)) + ;; Global Hooks (add-hook 'minibuffer-setup-hook 'conditionally-enable-lispy) @@ -1882,6 +1885,9 @@ :init (setq epg-debug t epg-gpg-program "gpg")) +(use-package auth-source-pass + :commands (auth-source-pass-enable)) + ;; * Appearance