From 14b7417609c90e89fc32c5fbeabc086ec3094e04 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 13 Jun 2022 23:51:03 +0530 Subject: Explain where to get Plover dictionaries. * thogai.el (thogai-dictionary-files): Expand docstring to explain where to get Plover dictionaries. --- thogai.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/thogai.el b/thogai.el index 237be6f..d64e3e5 100644 --- a/thogai.el +++ b/thogai.el @@ -52,7 +52,16 @@ "List of dictionary files in order of increasing precedence. All files should be in the Plover dictionary format, and are read -and loaded into memory when `thogai-load-dictionaries' is run.") +and loaded into memory when `thogai-load-dictionaries' is run. + +The easiest way to get started is to \"steal\" Plover's +dictionary files. In fact, the default value of this variable +are the paths where Plover stores its dictionaries. To get them +there, you need to have run Plover at least once. You may also +download the dictionaries from the upstream Plover repository at +https://github.com/openstenoproject/plover/blob/master/plover/assets/main.json +and +https://github.com/openstenoproject/plover/blob/master/plover/assets/commands.json") (defvar thogai-user-dictionary-alist nil -- cgit v1.2.3