Skip to content

Commit f1ed7ec

Browse files
authored
Update Emacs Integration Notes
Remove outdated instructions and provide a list to lsp-haskell which will allow us to keep in sync with the changes.
1 parent 781f863 commit f1ed7ec

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -506,20 +506,8 @@ Make sure to follow the instructions in the README of each of these packages.
506506

507507
The default `lsp-haskell-server-path` is set to `haskell-language-server-wrapper`. In
508508
case you would like your editor to use a specific version of the `hls` server, then this
509-
variable can be updated.
510-
511-
Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs
512-
when you want to customize this variable.
513-
514-
``` emacs-lisp
515-
(use-package lsp-haskell
516-
:ensure t
517-
:config
518-
(setq lsp-haskell-server-path "haskell-language-server-8.10.2")
519-
;; Comment/uncomment this line to see interactions between lsp client/server.
520-
;;(setq lsp-log-io t)
521-
)
522-
```
509+
variable can be updated. For more information on other configurations can be found at
510+
[lsp-haskell](https://github.com/emacs-lsp/lsp-haskell)
523511

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

0 commit comments

Comments
 (0)