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