mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user