Open soli opened 3 years ago
There’s already a flycheck module for language languagetool for emacs: https://github.com/emacs-languagetool/flycheck-languagetool
Would be nice to see if one could simply integrate this tool into that module (by making it language-aware to some extent).
Sorry but I have no idea how one would do that… you can open an Issue there, but that's far beyond my emacs-lisp knowledge (which is very limited).
Nothing to be sorry for :)
just threw my two cents in. Hopefully, a module will be updated in the future.
Not an issue per se but a suggestion: there's a simple way to get a flycheck (more or less emacs equivalent of ALE for vim) spell/grammar-checker with yalafi as follows.
Just add to your
.emacs
the following snippet (that I may, one day, try to push to flycheck's repo)This should work directly (no shell script involved, no package dependency except flycheck). Didn't try to get a sever-based version to work (I just have the CLI version).
If you want I can make a pull request to the README, but I guess you can just add it as you like…