completion/company: Emacs version check for company-box #566

This commit is contained in:
Henrik Lissner 2018-05-07 22:37:57 +02:00
parent 168cb74794
commit bfc684c024
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,5 +4,5 @@
(package! company)
(package! company-dict)
(package! company-statistics)
(when (featurep! +childframe)
(when (and EMACS26+ (featurep! +childframe))
(package! company-box))