mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
! -> eval-when-compile
This commit is contained in:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user