~manuel-uberti/flymake-proselint

Flymake backend for proselint
Update copyright years
Check for live buffer

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~manuel-uberti/flymake-proselint
read/write
git@git.sr.ht:~manuel-uberti/flymake-proselint

You can also use your local clone with git send-email.

#flymake-proselint

This package makes it possible to use proselint with Emacs built-in Flymake.

#Getting started

flymake-proselint is listed on GNU ELPA, so you can use M-x list-packages to install it.

Then you just need to activate it in the modes you want your prose to be checked with something like:

(add-hook 'text-mode-hook (lambda ()
                            (flymake-mode)
                            (flymake-proselint-setup)))