mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/password-store: don't add to auth-sources by default #404
This commit is contained in:
@ -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))))
|
||||||
|
Reference in New Issue
Block a user