Move company-dict-dir to DOOMDIR/dicts
This commit is contained in:
parent
6a8b968807
commit
e11ea611cf
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
||||||
(def-package! company-dict
|
(def-package! company-dict
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
|
(setq company-dict-dir (expand-file-name "dicts" doom-private-dir))
|
||||||
(defun +company|enable-project-dicts (mode &rest _)
|
(defun +company|enable-project-dicts (mode &rest _)
|
||||||
"Enable per-project dictionaries."
|
"Enable per-project dictionaries."
|
||||||
(if (symbol-value mode)
|
(if (symbol-value mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue