summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-28 21:27:37 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-28 21:27:37 +0200
commitf2cd0b967bae6fbbee875f02dfbe0231463e2f1c (patch)
tree2ea36bd1b32c04d0a0be23bcf79022677c15a012 /README.markdown
parentedc00176219653052d1edb5f717c5f888e333bbe (diff)
downloadstylish-haskell-f2cd0b967bae6fbbee875f02dfbe0231463e2f1c.tar.gz
Add Emacs integration in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 7e118d2..125822b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -68,3 +68,13 @@ Just call
:%!stylish-haskell
or add a keybinding for it.
+
+Emacs integration
+-----------------
+
+[haskell-mode] for Emacs supports `stylish-haskell`. For configuration, see
+[Emacs/Formatting] on the HaskellWiki.
+
+
+[haskell-mode]: https://github.com/haskell/haskell-mode
+[Emacs/Formatting]: http://www.haskell.org/haskellwiki/Emacs/Formatting