Add doom*shut-up advisor to core-lib
This commit is contained in:
parent
35e5dbcb11
commit
aef9724324
4 changed files with 8 additions and 7 deletions
|
@ -51,6 +51,7 @@ MODES should be one major-mode symbol or a list of them."
|
|||
|
||||
(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")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue