Add doom*shut-up advisor to core-lib

This commit is contained in:
Henrik Lissner
2018-04-23 00:03:28 -04:00
parent 35e5dbcb11
commit aef9724324
4 changed files with 8 additions and 7 deletions

View File

@ -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")))