diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-05 21:44:26 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-05 21:46:18 -0400 |
commit | f76bdaa8303e6353103e94792e4275a6a6bab58c (patch) | |
tree | 07e138ac83d0bfb32307259ed2a1c0772df643f4 /.gitmodules | |
parent | 284bbe783c54a46fea2dd240c6993f5fecad2640 (diff) | |
download | configs-f76bdaa8303e6353103e94792e4275a6a6bab58c.tar.gz configs-f76bdaa8303e6353103e94792e4275a6a6bab58c.tar.xz configs-f76bdaa8303e6353103e94792e4275a6a6bab58c.zip |
[emacs] assimilate flycheck-haskell
Only use 'haskell-hlint checker and disable the other two.
Also, add a copy of hs-lint.el, but leave it disabled (I tried it
before deciding to use flycheck-haskell).
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a288425..eaf8b58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,6 +49,9 @@ [submodule "flycheck"] path = lib/flycheck url = git@github.com:flycheck/flycheck.git +[submodule "flycheck-haskell"] + path = lib/flycheck-haskell + url = git@github.com:flycheck/flycheck-haskell.git [submodule "ghub"] path = lib/ghub url = git@github.com:magit/ghub.git |