tmalsburg / guess-language.el

Emacs minor mode that detects the language you're typing in. Automatically switches spell checker. Supports multiple languages per document.
115 stars 14 forks source link

"Undefined dictionary: en" when commiting with magit #15

Closed DamienCassou closed 7 years ago

DamienCassou commented 7 years ago

Hi,

when I create a commit from magit, I get:

Error in post-command-hook (flyspell-post-command-hook): (error "Undefined dictionary: en")
DamienCassou commented 7 years ago

guess-language doesn't produce the same error in other buffers.

tmalsburg commented 7 years ago

Have a look at section language settings in the documentation.

tmalsburg commented 7 years ago

I'm assuming this is fixed. Feel free to reopen if not.