tools/password-store: don't add to auth-sources by default #404
This commit is contained in:
parent
4575cd9310
commit
de40ccd361
1 changed files with 5 additions and 5 deletions
|
@ -36,8 +36,8 @@
|
||||||
|
|
||||||
|
|
||||||
;; Is built into Emacs 26+
|
;; Is built into Emacs 26+
|
||||||
;; TODO don't add password-store to auth-sources?
|
(when (featurep! +auth)
|
||||||
(if (require 'auth-store-pass nil t)
|
(if (require 'auth-store-pass nil t)
|
||||||
(auth-source-pass-enable)
|
(auth-source-pass-enable)
|
||||||
(def-package! auth-password-store
|
(def-package! auth-password-store
|
||||||
:config (auth-pass-enable)))
|
:config (auth-pass-enable))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue