mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add doom*shut-up advisor to core-lib
This commit is contained in:
@ -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")))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user