Author: Nikolaj SchumacherNikolaj Schumacher Date: Jul 16, 2008 13:53
auto-dictionary-mode tries to guess the buffer's text language and
adjusts flyspell automatically. Currently English, German, French,
Spanish, Swedish, Slovenian, Hungarian, Romanian and Portuguese are
somewhat supported. Additional languages are easily added.
It is also possible to insert text according to the current dictionary
and have it updated automatically when it changes. This is great for
your text templates and signatures.
regards,
Nikolaj Schumacher
;;; auto-dictionary.el --- automatic dictionary switcher for flyspell
;;-*-coding: utf-8;-*-
;;
;; Copyright (C) 2006-2008 Nikolaj Schumacher
;;
;; Author: Nikolaj Schumacher
;; Version...
|