From cd0e9826ac7b6368ab9f0741832662fa7aab4ba7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 3 Jun 2018 23:28:44 +0200 Subject: [PATCH] Remove company-statistics package Was a little slow, not terribly helpful and would clash with certain company backends (like company-lsp). --- modules/completion/company/config.el | 6 ------ modules/completion/company/packages.el | 1 - 2 files changed, 7 deletions(-) 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))