You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
The text was updated successfully, but these errors were encountered:
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…
The text was updated successfully, but these errors were encountered: