Skip to content

Commit 9653da7

Browse files
authored
Update README.md
1 parent 10fd03c commit 9653da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ Install HLS along with the following emacs packages:
479479
[lsp-mode](https://github.com/emacs-lsp/lsp-mode)
480480
[lsp-ui](https://github.com/emacs-lsp/lsp-ui)
481481
[lsp-haskell](https://github.com/emacs-lsp/lsp-haskell)
482-
use-package
483482

484483
Make sure to follow the instructions in the README of each of these packages.
485484

485+
Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs
486486
``` emacs-lisp
487487
(use-package lsp-haskell
488488
:ensure t

0 commit comments

Comments
 (0)