doomemacs/modules/completion/company/packages.el

9 lines
210 B
EmacsLisp
Raw Normal View History

2017-02-19 18:41:26 -05:00
;; -*- no-byte-compile: t; -*-
;;; completion/company/packages.el
(package! company)
(package! company-dict)
(package! company-prescient)
(when (and EMACS26+ (featurep! +childframe))
(package! company-box))