Files
doomemacs/modules/completion/company/packages.el
Henrik Lissner cd0e9826ac Remove company-statistics package
Was a little slow, not terribly helpful and would clash with certain
company backends (like company-lsp).
2018-06-03 23:28:44 +02:00

8 lines
181 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; completion/company/packages.el
(package! company)
(package! company-dict)
(when (and EMACS26+ (featurep! +childframe))
(package! company-box))