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

Show current language in the mode line #6

Closed joostkremers closed 7 years ago

joostkremers commented 7 years ago

The current :lighter for guess-language-mode is rather long and uninformative. By using :eval, it can be made much more informative.

tmalsburg commented 7 years ago

Very nice. Thank you!

joostkremers commented 7 years ago

Cool. Feel free to style or change it any way you like, of course.

Thanks for this great package, BTW. Now I can finally spell-check my emails and I no longer need to add all these local variable declarations in files to set ispell-local-dictionary correctly.

tmalsburg commented 7 years ago

Glad you like it. I was thinking about writing something like this for a long time but was afraid that it would be too complicated. Turns out it's not complicated at all. Another Emacs triumph!