mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
completion/company: Emacs version check for company-box #566
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
(package! company)
|
||||
(package! company-dict)
|
||||
(package! company-statistics)
|
||||
(when (featurep! +childframe)
|
||||
(when (and EMACS26+ (featurep! +childframe))
|
||||
(package! company-box))
|
||||
|
Reference in New Issue
Block a user