diff options
| author | Manuel Uberti <manuel.uberti@inventati.org> | 2023-03-25 17:07:56 +0100 |
|---|---|---|
| committer | Manuel Uberti <manuel.uberti@inventati.org> | 2023-03-25 17:07:56 +0100 |
| commit | d93ee5b1f0c9a20fe04f263c0988769c439b3c13 (patch) | |
| tree | d621a728ee1e08b34db9867c7293dea7f45a7597 | |
| parent | 406d55b587cc719e8e34f8fa18187b8d1de7cc5b (diff) | |
Fill paragraphsexternals/flymake-proselint
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ # flymake-proselint -This package makes it possible to use [proselint](http://proselint.com/) with Emacs built-in Flymake. +This package makes it possible to use [proselint](http://proselint.com/) with +Emacs built-in Flymake. ## Getting started -`flymake-proselint` is listed on [GNU ELPA](http://elpa.gnu.org/packages/flymake-proselint.html), so you can use `M-x list-packages` to -install it. +`flymake-proselint` is listed on [GNU +ELPA](http://elpa.gnu.org/packages/flymake-proselint.html), 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: +Then you just need to activate it in the modes you want your prose to be checked +with something like: ``` emacs-lisp (add-hook 'text-mode-hook (lambda () |
