Fix auth-store-pass error in Emacs 26+ #146

This commit is contained in:
Henrik Lissner 2017-07-14 11:58:21 +02:00
parent 38f842f186
commit b7776b7f7b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@
(package! pass)
(package! password-store)
(when (version< emacs-version "26")
(unless (package-built-in-p 'auth-store-pass)
(package! auth-password-store))
(when (featurep! :completion helm)