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

Esperanto in `guess-language-langcodes` #40

Closed joostkremers closed 1 month ago

joostkremers commented 1 month ago

Hi, I just noticed that the entry for Esperanto in guess-language-langcodes reads:

(eo     . ("eo"         "English" "🟩"   "Esperanto"))

This should of course be:

(eo     . ("eo"         "Esperanto" "🟩"   "Esperanto"))
tmalsburg commented 1 month ago

Fixed in a17203d26135b970e4d7c5d101955d41303a758f. Thank you.