branch: externals/flymake-proselint commit cb36a7c87bbb0a1fb8730c53471e6272e472566f Author: Manuel Uberti <manuel.ube...@inventati.org> Commit: Manuel Uberti <manuel.ube...@inventati.org>
Refine example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2581883..1a247f3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Then you just need to activate it in the modes you want your prose to be checked: ``` emacs-lisp +(flymake-mode +1) (add-hook 'markdown-mode-hook #'flymake-proselint-setup) ```