el-get/recipes/auto-dictionary.rcp
2014-04-23 15:41:06 +02:00

8 lines
579 B
Plaintext

(:name auto-dictionary
: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"
:post-init (add-hook 'flyspell-mode-hook
(lambda () (auto-dictionary-mode 1))))