tmalsburg / guess-language.el

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

Fix hook initialization #13

Closed peterwvj closed 7 years ago

peterwvj commented 7 years ago

After adding my custom function to the hook guess-language-switch-flyspell-function would never get called. Try to initialize the hook as suggested in this commit and see if it improves the behavior.

tmalsburg commented 7 years ago

I'm not super familiar with hooks. Is there a reason against initializing the hook the way I did?