branch: externals/flymake-proselint commit adf1ce7daf1380cb50f365a36548165fe4a32423 Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Update installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcaca5b..0223194 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ This package makes it possible to use [proselint](http://proselint.com/) with Em it with something like: ``` emacs-lisp -(use-package flymake-proselint) +(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: