mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move company-dict-dir to DOOMDIR/dicts
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user