mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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+
|
||||
;; 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))))
|
||||
|
Reference in New Issue
Block a user