From ade587b207305fed4afeee4d0d801e991aa1a259 Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Fri, 13 Mar 2015 14:29:38 +0100 Subject: [PATCH 1/2] Direct to wiki page. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db6decd8..a7cb4be40 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,8 @@ For setup instructions, please consult the new integrated haskell-mode manual which can be accessed after installation via `M-x info-display-manual [RET] haskell-mode`. Alternatively, you can also direct your browser to the -[latest online HTML version](http://haskell.github.io/haskell-mode/manual/latest/). +[the online haskell-mode manual](https://github.com/haskell/haskell-mode/wiki) +for setup and use guide. Support ------- From dc10972ba250f2ee9e0528efbfb3acef57b5df38 Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Fri, 13 Mar 2015 14:30:35 +0100 Subject: [PATCH 2/2] Autofill too long line. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7cb4be40..f35776509 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,11 @@ $ apt-get install haskell-mode ### Installation from Git -*This installation method requires more work and recommended for haskell-mode developers/contributors only as it allows to load haskell-mode directly from the checked out Git working copy. If you just want to use bleeding edge versions of haskell-mode please use the MELPA installation method described above.* +*This installation method requires more work and recommended for + haskell-mode developers/contributors only as it allows to load + haskell-mode directly from the checked out Git working copy. If you + just want to use bleeding edge versions of haskell-mode please use + the MELPA installation method described above.* - `git clone https://github.com/haskell/haskell-mode.git` into a suitable directory, e.g. `~/lib/emacs/haskell-mode/` where `~`