branch: externals/flymake-proselint commit a78b140d199508a34715336630c68e2821882737 Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Simplify and mention ELPA --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0223194..a96d4ab 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,14 @@ - - - # flymake-proselint This package makes it possible to use [proselint](http://proselint.com/) with Emacs built-in Flymake. ## Getting started -`flymake-proselint` is listed on MELPA. If you use `use-package` you could install -it with something like: - -``` emacs-lisp -(use-package flymake-proselint - :ensure t) -``` - -Or you can use [`straight.el`](https://github.com/raxod502/straight.el) to install it from this repository instead: - -``` emacs-lisp -(straight-use-package - '(flymake-proselint :host github :repo "manuel-uberti/flymake-proselint")) -``` +`flymake-proselint` is listed on [ELPA](http://elpa.gnu.org/packages/vertico.html), so you can use <kbd>M-x list-packages</kbd> to install +it. Then you just need to activate it in the modes you want your prose to be -checked: +checked with something like: ``` emacs-lisp (add-hook 'text-mode-hook (lambda ()