mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
210 B
EmacsLisp
9 lines
210 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company)
|
|
(package! company-dict)
|
|
(package! company-prescient)
|
|
(when (and EMACS26+ (featurep! +childframe))
|
|
(package! company-box))
|