mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-03 07:42:17 -08:00
8 lines
211 B
EmacsLisp
8 lines
211 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company)
|
|
(package! company-dict)
|
|
(package! company-statistics)
|
|
(when (and EMACS26+ (featurep! +childframe))
|
|
(package! company-box))
|