mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/password: auto-password-store => auth-source-store #480
The package was renamed upstream.
This commit is contained in:
@ -39,5 +39,5 @@
|
||||
(when (featurep! +auth)
|
||||
(if (require 'auth-store-pass nil t)
|
||||
(auth-source-pass-enable)
|
||||
(def-package! auth-password-store
|
||||
:config (auth-pass-enable))))
|
||||
(def-package! auth-source-store
|
||||
:config (auth-source-pass-enable))))
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
(package! pass)
|
||||
(package! password-store)
|
||||
(package! auth-password-store)
|
||||
(package! auth-source-store)
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
Reference in New Issue
Block a user