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

View File

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