el-get/recipes/auto-dictionary.rcp

8 lines
332 B
Plaintext

(:name auto-dictionary
:website "http://nschum.de/src/emacs/auto-dictionary/"
:description "Automatic dictionary switcher for flyspell."
:type github
:pkgname "nschum/auto-dictionary-mode"
:post-init (add-hook 'flyspell-mode-hook
(lambda () (auto-dictionary-mode 1))))