We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fd03c commit 9653da7Copy full SHA for 9653da7
README.md
@@ -479,10 +479,10 @@ Install HLS along with the following emacs packages:
479
[lsp-mode](https://github.com/emacs-lsp/lsp-mode)
480
[lsp-ui](https://github.com/emacs-lsp/lsp-ui)
481
[lsp-haskell](https://github.com/emacs-lsp/lsp-haskell)
482
-use-package
483
484
Make sure to follow the instructions in the README of each of these packages.
485
+Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs
486
``` emacs-lisp
487
(use-package lsp-haskell
488
:ensure t
0 commit comments