Skip to content

Commit ec3c07e

Browse files
authored
Merge pull request #440 from gdevanla/patch-1
Upate Emacs setup notes
2 parents 75f3c67 + 683fd9d commit ec3c07e

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -504,16 +504,10 @@ Install HLS along with the following emacs packages:
504504

505505
Make sure to follow the instructions in the README of each of these packages.
506506

507-
Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs
508-
``` emacs-lisp
509-
(use-package lsp-haskell
510-
:ensure t
511-
:config
512-
(setq lsp-haskell-process-path-hie "haskell-language-server-wrapper")
513-
;; Comment/uncomment this line to see interactions between lsp client/server.
514-
;;(setq lsp-log-io t)
515-
)
516-
```
507+
The default `lsp-haskell-server-path` is set to `haskell-language-server-wrapper`. In
508+
case you would like your editor to use a specific version of the `hls` server, then this
509+
variable can be updated. Information on other configurations can be found at
510+
[lsp-haskell](https://github.com/emacs-lsp/lsp-haskell)
517511

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

0 commit comments

Comments
 (0)