tools/password-store: add helm-pass support
This commit is contained in:
parent
588858a21e
commit
20cd13c572
2 changed files with 7 additions and 0 deletions
|
@ -28,3 +28,7 @@
|
|||
(require 'auth-store-pass)
|
||||
(auth-source-pass-enable)))
|
||||
|
||||
|
||||
(def-package! helm-pass
|
||||
:when (featurep! :completion helm)
|
||||
:commands helm-pass)
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
(package! password-store)
|
||||
(package! pass)
|
||||
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-pass))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue