completion/company: add company-box config & +childframe flag

This commit is contained in:
Henrik Lissner 2018-04-22 23:41:53 -04:00
parent 6bdaf2afbb
commit 97812583f0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 18 additions and 25 deletions

View file

@ -2,7 +2,5 @@
;;; ui/posframe/packages.el
(when EMACS26+
(when (featurep! :completion company)
(package! company-box))
(when (featurep! :completion ivy)
(package! ivy-posframe)))