branch: externals/guess-language
commit 56603f8be8a6e7c48a241fd0e1aab580d4b5f45b
Author: Titus von der Malsburg <[email protected]>
Commit: Titus von der Malsburg <[email protected]>
README improvements
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 5a1dcc7..67c93b3 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,6 @@
-* Emacs mode that automatically detects the language of what you are typing
+* Emacs mode that automatically sets the language of the spell checker
-I write a lot of text in multiple languages and was getting tired of switching
the dictionary of my spell-checker. In true Emacs spirit, I decided dust off
my grandpa's parentheses and to write some code to address this problem. The
result is ~guess-language-mode~, a minor mode for Emacs that guesses the
language of the current paragraph and then changes the dictionary of ispell and
the language settings of typo-mode. It also reruns Flyspell on the current
paragraph, but only on that [...]
+I write a lot of text in multiple languages and was getting tired of
constantly having to switch the dictionary of my spell-checker. In true Emacs
spirit, I decided to dust off my grandpa's parentheses and wrote some code to
address this problem. The result is ~guess-language-mode~, a minor mode for
Emacs that guesses the language of the current paragraph and then changes the
dictionary of ispell and the language settings of typo-mode. It also reruns
Flyspell on the current paragraph, [...]
Currently, the following languages are supported: Czech, Dansk, Dutch,
English, Finnish, French, German, Italian, Norwegian, Polish, Portuguese,
Russian, Slovak, Slovenian, Swedish. It is very easy to add more languages and
this repository includes the necessary language statistics for 49 additional
languages. (These were copied from
[[https://github.com/kent37/guess-language][guess_language.py]].)