diff options
-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 |