/usr/share/el-get/recipes/auto-dictionnary.rcp is in el-get 3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | (: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 (lambda ()
(add-hook 'flyspell-mode-hook
(lambda () (auto-dictionary-mode 1)))))
|