Rewrite tools/password-store API
This commit is contained in:
parent
3b4aca6270
commit
e88f84fd02
3 changed files with 135 additions and 58 deletions
|
@ -3,9 +3,13 @@
|
|||
|
||||
(package! pass)
|
||||
(package! password-store)
|
||||
(package! password-store-otp)
|
||||
|
||||
(when (and EMACS26+ (featurep! +auth))
|
||||
;; `auto-source-pass' is built into Emacs 26+
|
||||
(unless EMACS26+
|
||||
(package! auth-source-pass))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-pass))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue