From e1d66f532864123beed517ce803a0d45f970f60c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Feb 2021 13:55:29 +0100 Subject: [PATCH] Disable auth-source-pass I am not using it right now, and the entries in my local password store cause permanent warnings. --- init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.el b/init.el index 6e3f8c6..655dfe7 100644 --- a/init.el +++ b/init.el @@ -142,9 +142,6 @@ (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) @@ -1898,9 +1895,6 @@ :init (setq epg-debug t epg-gpg-program "gpg")) -(use-package auth-source-pass - :commands (auth-source-pass-enable)) - ;; * Appearance