Rewrite tools/password-store API

This commit is contained in:
Henrik Lissner 2018-05-29 17:50:55 +02:00
parent 3b4aca6270
commit e88f84fd02
3 changed files with 135 additions and 58 deletions

View file

@ -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))