mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/company: silence company-statistic-mode load-file call
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
:after company
|
||||
:config
|
||||
(setq company-statistics-file (concat doom-cache-dir "company-stats-cache.el"))
|
||||
(company-statistics-mode +1))
|
||||
(quiet! (company-statistics-mode +1)))
|
||||
|
||||
|
||||
;; Looks ugly on OSX without emacs-mac build
|
||||
|
Reference in New Issue
Block a user