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:
parent
0018d1c809
commit
cd0e9826ac
2 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -3,6 +3,5 @@
|
|||
|
||||
(package! company)
|
||||
(package! company-dict)
|
||||
(package! company-statistics)
|
||||
(when (and EMACS26+ (featurep! +childframe))
|
||||
(package! company-box))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue