diff --git a/modules/completion/company/config.el b/modules/completion/company/config.el index 04e540c69..dac4ce257 100644 --- a/modules/completion/company/config.el +++ b/modules/completion/company/config.el @@ -29,12 +29,6 @@ :config (setq company-idle-delay 0.2)) -(def-package! company-statistics - :hook (company-mode . company-statistics-mode) - :init (advice-add #'company-statistics-mode :around #'doom*shut-up) - :config (setq company-statistics-file (concat doom-cache-dir "company-stats-cache.el"))) - - (def-package! company-box :when (and EMACS26+ (featurep! +childframe)) :hook (company-mode . company-box-mode) diff --git a/modules/completion/company/packages.el b/modules/completion/company/packages.el index ee90c7e62..3de2d1da3 100644 --- a/modules/completion/company/packages.el +++ b/modules/completion/company/packages.el @@ -3,6 +3,5 @@ (package! company) (package! company-dict) -(package! company-statistics) (when (and EMACS26+ (featurep! +childframe)) (package! company-box))