completion/company: silence company-statistic-mode load-file call
This commit is contained in:
parent
e57ba47c5a
commit
139cae6083
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue