diff options
author | Arun Isaac | 2022-06-13 23:51:03 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-13 23:53:26 +0530 |
commit | 14b7417609c90e89fc32c5fbeabc086ec3094e04 (patch) | |
tree | bb29e3c0eb0b05027c756da73a05b40bf5c7019a | |
parent | 6edc10194b896d7e6a6cb3c42d0e5afdd8f6327e (diff) | |
download | thogai-14b7417609c90e89fc32c5fbeabc086ec3094e04.tar.gz thogai-14b7417609c90e89fc32c5fbeabc086ec3094e04.tar.lz thogai-14b7417609c90e89fc32c5fbeabc086ec3094e04.zip |
Explain where to get Plover dictionaries.
* thogai.el (thogai-dictionary-files): Expand docstring to explain
where to get Plover dictionaries.
-rw-r--r-- | thogai.el | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |