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