tools/password-store: add helm-pass support

This commit is contained in:
Henrik Lissner 2017-06-11 18:00:45 +02:00
parent 588858a21e
commit 20cd13c572
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 0 deletions

View file

@ -28,3 +28,7 @@
(require 'auth-store-pass)
(auth-source-pass-enable)))
(def-package! helm-pass
:when (featurep! :completion helm)
:commands helm-pass)

View file

@ -3,3 +3,6 @@
(package! password-store)
(package! pass)
(when (featurep! :completion helm)
(package! helm-pass))