mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Was a little slow, not terribly helpful and would clash with certain company backends (like company-lsp).
8 lines
181 B
EmacsLisp
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))
|