Skip to content

Commit d42996e

Browse files
committed
address code review feedback
1 parent f9d8b35 commit d42996e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This is *very* early stage software.
2626
- [Install specific GHC Version](#install-specific-ghc-version)
2727
- [Project Configuration](#project-configuration)
2828
- [Editor Integration](#editor-integration)
29+
- [With emacs](#using-haskell-language-server-with-emacs)
30+
- [With doom emacs](#using-haskell-language-server-with-doom-emacs)
2931
- [Contributing](#contributing)
3032
- [It's time to join the project!](#its-time-to-join-the-project)
3133

@@ -272,7 +274,7 @@ dependencies:
272274

273275
Note to editor integrators: there is now a haskell-language-server-wrapper executable, which is installed alongside the haskell-language-server executable. When this is invoked in the project root directory, it attempts to work out the GHC version used in the project, and then launch the matching haskell-language-server executable.
274276

275-
All of the editor integrations assume that you have already installed haskell-language-server (see above) and that the installation script put the haskell-language-server binary in your path (usually ~/.local/bin on linux and macOS).
277+
All of the editor integrations assume that you have already installed haskell-language-server (see above) and that the installation script put the haskell-language-server binary in your path (usually `~/.local/bin` or `~/.cabal/bin` on linux and macOS).
276278

277279
### Using haskell-language-server with Emacs
278280

@@ -298,7 +300,7 @@ Make sure to follow the instructions in the README of each of these packages.
298300

299301
### Using haskell-language-server with [doom-emacs](https://github.com/hlissner/doom-emacs/tree/develop/modules/lang/haskell#module-flags)
300302

301-
Install HLS, and then enable haskell lang module with lsp flag in `.doom.d/init.el`
303+
Install haskell-language-server, and then enable haskell lang module with lsp flag in `.doom.d/init.el`
302304
``` emacs-lisp
303305
:lang
304306
(haskell +lsp)

0 commit comments

Comments
 (0)