Add password-store to auth-sources

This commit is contained in:
Daniel - 2021-01-06 17:32:54 +01:00
parent 0dbc839c45
commit 8729f7e84c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 6 additions and 0 deletions

View File

@ -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