From 14a3fee5744b98009d2ad27e63b4f35008562850 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 22 Feb 2015 22:06:54 -0500 Subject: [PATCH] Fix header for ghci-ng section in readme --- contrib/lang/haskell/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/lang/haskell/README.md b/contrib/lang/haskell/README.md index 1a94cefb8..eadcde027 100644 --- a/contrib/lang/haskell/README.md +++ b/contrib/lang/haskell/README.md @@ -11,6 +11,7 @@ - [Layer](#layer) - [Cabal packages](#cabal-packages) - [OS X](#os-x) + - [Enabling GHCi-ng support](#enabling-ghci-ng-support) - [Key bindings](#key-bindings) - [Haskell source code:](#haskell-source-code) - [Haskell commands:](#haskell-commands) @@ -83,7 +84,7 @@ so that the path is added before any layers is loaded. Note that `emacs.app` for OS X does not pick up `$PATH` from `~/.bashrc` or `~/.zshrc` when launched from outside a terminal. -*** Enabling GHCi-ng support +### Enabling GHCi-ng support [ghci-ng][] adds some nice features to `haskell-mode`, and is supported in Spacemacs by a layer variable: Follow the instructions to install [ghci-ng][] (remember to add `:set +c` in `~/.ghci`,