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