summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico T <federicotdn@users.noreply.github.com>2018-09-07 12:37:16 -0300
committerGitHub <noreply@github.com>2018-09-07 12:37:16 -0300
commit493ecd6f7307bc3f90cf90813dfd105a5aea4a3c (patch)
tree1f28012b1c8de4bc222875026ba76ec9d3c34f5f
parentf0a2e688c45a615f647b3a9ceffcd7ac35a0e882 (diff)
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).