branch: externals/guess-language
commit 0f02b311a0c5dac1e5d2a40c3c8cd99a5eb01f87
Author: Titus von der Malsburg <[email protected]>
Commit: Titus von der Malsburg <[email protected]>

    Added a README.org.
---
 README.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.org b/README.org
new file mode 100644
index 0000000..aba450c
--- /dev/null
+++ b/README.org
@@ -0,0 +1,4 @@
+
+I write a lot of text in multiple languages and I was getting tired of 
switching the dictionary of my spell-checker all the time.  In true Emacs 
spirit, I decided to do something about this and dusted off my grandpa's 
parentheses.  The code in this repository guesses the language of the current 
paragraph and then changes the dictionary of ispell and the language-specific 
settings of typo-mode.  It also reruns flyspell on the current paragraph, but 
only on that paragraph because some docu [...]
+
+This is currently a proof of concept and only supports two languages, English 
and German.  However, it should be very easy to add more languages.

Reply via email to