tools/password-store: don't add to auth-sources by default #404

This commit is contained in:
Henrik Lissner 2018-03-18 15:33:08 -04:00
parent 4575cd9310
commit de40ccd361
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -36,8 +36,8 @@
;; Is built into Emacs 26+
;; TODO don't add password-store to auth-sources?
(if (require 'auth-store-pass nil t)
(auth-source-pass-enable)
(def-package! auth-password-store
:config (auth-pass-enable)))
(when (featurep! +auth)
(if (require 'auth-store-pass nil t)
(auth-source-pass-enable)
(def-package! auth-password-store
:config (auth-pass-enable))))