From 493ecd6f7307bc3f90cf90813dfd105a5aea4a3c Mon Sep 17 00:00:00 2001 From: Federico T Date: Fri, 7 Sep 2018 12:37:16 -0300 Subject: [PATCH] Add link to flymake-shellcheck under Emacs section I've recently created the flymake-shellcheck package for Emacs, which allows using ShellCheck with the built-in Flymake package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d353a..915a9e9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You can see ShellCheck suggestions directly in a variety of editors. ![Screenshot of Vim showing inlined shellcheck feedback](doc/vim-syntastic.png). -* Emacs, through [Flycheck](https://github.com/flycheck/flycheck): +* Emacs, through [Flycheck](https://github.com/flycheck/flycheck) or [Flymake](https://github.com/federicotdn/flymake-shellcheck): ![Screenshot of emacs showing inlined shellcheck feedback](doc/emacs-flycheck.png).