summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <vidar@vidarholen.net>2018-09-15 11:09:04 -0700
committerGitHub <noreply@github.com>2018-09-15 11:09:04 -0700
commit72af1cfd59f1c7c0249dbda32a7030a465d6c52c (patch)
treefafbdd05bf2ba3be2a0bed433af123bc6819b986
parent228af7df544c5e449e20d74b5a98ca38e9a34011 (diff)
parent493ecd6f7307bc3f90cf90813dfd105a5aea4a3c (diff)
Merge pull request #1331 from federicotdn/patch-1
Add link to flymake-shellcheck under Emacs section
-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).