diff options
| -rw-r--r-- | company-statistics.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/company-statistics.el b/company-statistics.el index 7c6326a..1e3eff1 100644 --- a/company-statistics.el +++ b/company-statistics.el @@ -346,7 +346,9 @@ preserved automatically between Emacs sessions in the default configuration. You can customize this behavior with `company-statistics-auto-save', `company-statistics-auto-restore' and `company-statistics-file'." - nil nil nil + :init-value nil + :lighter nil + :keymap nil :global t (if company-statistics-mode (progn |
