branch: externals/guess-language
commit 2982b2626157c41f34d52f2a2313243ca8222f73
Author: Titus von der Malsburg <[email protected]>
Commit: Titus von der Malsburg <[email protected]>
README improved
---
README.org | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 2905e67..6c9b3d9 100644
--- a/README.org
+++ b/README.org
@@ -51,12 +51,16 @@ In this case, use the variable ~guess-language-langcodes~
to tell guess-language
#+BEGIN_SRC elisp
(setq guess-language-langcodes
'((en . ("en_GB" "English"))
- (de . ("de_CH" "German"))))
+ (de . ("de_CH" "German"))))
#+END_SRC
+For a list of all dictionaries available for spell checking, use the following:
+#+BEGIN_SRC org
+(mapcar 'car ispell-dictionary-alist)
+#+END_SRC
-Available languages at this time:
+Languages that are currently supported by guess-language-mode:
| Language | IDO 639-1 code | Ispell dictionary | Typo-mode setting |
|------------+----------------+-------------------+-------------------|