Remove company-statistics package

Was a little slow, not terribly helpful and would clash with certain
company backends (like company-lsp).
This commit is contained in:
Henrik Lissner 2018-06-03 23:28:44 +02:00
parent 0018d1c809
commit cd0e9826ac
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 0 additions and 7 deletions

View file

@ -29,12 +29,6 @@
:config (setq company-idle-delay 0.2)) :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 (def-package! company-box
:when (and EMACS26+ (featurep! +childframe)) :when (and EMACS26+ (featurep! +childframe))
:hook (company-mode . company-box-mode) :hook (company-mode . company-box-mode)

View file

@ -3,6 +3,5 @@
(package! company) (package! company)
(package! company-dict) (package! company-dict)
(package! company-statistics)
(when (and EMACS26+ (featurep! +childframe)) (when (and EMACS26+ (featurep! +childframe))
(package! company-box)) (package! company-box))