! -> eval-when-compile
This commit is contained in:
parent
a5bf8a5190
commit
745256eabd
4 changed files with 9 additions and 8 deletions
|
@ -50,7 +50,7 @@
|
|||
(define-key company-active-map (kbd "C-w") nil)
|
||||
|
||||
(shut-up!
|
||||
(setq company-statistics-file (! (concat narf-temp-dir "company-statistics-cache.el")))
|
||||
(setq company-statistics-file (concat narf-temp-dir "company-stats-cache.el"))
|
||||
(require 'company-statistics)
|
||||
(company-statistics-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue