mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
9 lines
196 B
EmacsLisp
9 lines
196 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company)
|
|
(package! company-dict)
|
|
(package! company-statistics)
|
|
(when (featurep! +childframe)
|
|
(package! company-box))
|