Remove auto-store-pass support (keep things simple!)

This commit is contained in:
Henrik Lissner
2017-07-14 18:20:23 +02:00
parent 233134a6da
commit f467c29252
2 changed files with 4 additions and 11 deletions

View File

@@ -3,9 +3,7 @@
(package! pass)
(package! password-store)
(unless (package-built-in-p 'auth-store-pass)
(package! auth-password-store))
(package! auth-password-store)
(when (featurep! :completion helm)
(package! helm-pass))