el-get/recipes/auto-dictionnary.rcp
2012-02-22 14:46:21 -08:00

9 lines
613 B
Plaintext

(:name auto-dictionnary
:website "http://nschum.de/src/emacs/auto-dictionary/"
:description "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."
:type http
:url "http://nschum.de/src/emacs/auto-dictionary/auto-dictionary.el"
:features auto-dictionary
:post-init (add-hook 'flyspell-mode-hook
(lambda () (auto-dictionary-mode 1))))