mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/pass: use latest version of auth-source-pass
The upstream version is several major versions (v5.0) ahead of the built-in one (v2.0).
This commit is contained in:
@ -5,9 +5,10 @@
|
|||||||
(package! password-store)
|
(package! password-store)
|
||||||
(package! password-store-otp)
|
(package! password-store-otp)
|
||||||
|
|
||||||
;; `auto-source-pass' is built into Emacs 26+
|
;; an older version of `auto-source-pass' is built into Emacs 26+, so we must
|
||||||
(unless EMACS26+
|
;; install the new version directly from the source and with a psuedonym.
|
||||||
(package! auth-source-pass))
|
(package! auth-source-pass-new
|
||||||
|
:recipe (auth-source-pass :fetcher github :repo "DamienCassou/auth-password-store"))
|
||||||
|
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! ivy-pass))
|
(package! ivy-pass))
|
||||||
|
Reference in New Issue
Block a user