Fix comapny-dict autoload
This commit is contained in:
parent
433189e2f2
commit
ce9bc0ba5b
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
(company-statistics-mode +1)
|
||||
(setq company-statistics-file (concat narf-temp-dir "/company-stats-cache.el"))))
|
||||
|
||||
(use-package company-dict :defer t
|
||||
(use-package company-dict
|
||||
:commands (company-dict)
|
||||
:config (setq company-dict-dir (concat narf-private-dir "/dict")))
|
||||
|
||||
(provide 'core-completion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue