2017-02-19 18:41:26 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/company/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! company)
|
|
|
|
(package! company-dict)
|
2018-08-04 02:14:43 +02:00
|
|
|
(package! company-prescient)
|
2018-05-07 22:37:57 +02:00
|
|
|
(when (and EMACS26+ (featurep! +childframe))
|
2018-04-23 00:53:18 -04:00
|
|
|
(package! company-box))
|