~manuel-uberti/flymake-proselint

Flymake backend for proselint

d93ee5b Fill paragraphs

6 months ago

406d55b Update copyright years

8 months ago

#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)))