From 10fd03c1d6987c10a6aeb0449fc5e45c069e7950 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Thu, 20 Aug 2020 21:13:56 -0700 Subject: [PATCH 1/2] Add use-package to the list of emacs packages use-package is used in the block below --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c5391c380..65f15a0c81 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ Install HLS along with the following emacs packages: [lsp-mode](https://github.com/emacs-lsp/lsp-mode) [lsp-ui](https://github.com/emacs-lsp/lsp-ui) [lsp-haskell](https://github.com/emacs-lsp/lsp-haskell) +use-package Make sure to follow the instructions in the README of each of these packages. From 9653da70645bbc5e33573715381283a7b5897a4d Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 29 Aug 2020 16:52:15 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f15a0c81..6ef7583385 100644 --- a/README.md +++ b/README.md @@ -479,10 +479,10 @@ Install HLS along with the following emacs packages: [lsp-mode](https://github.com/emacs-lsp/lsp-mode) [lsp-ui](https://github.com/emacs-lsp/lsp-ui) [lsp-haskell](https://github.com/emacs-lsp/lsp-haskell) -use-package Make sure to follow the instructions in the README of each of these packages. +Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs ``` emacs-lisp (use-package lsp-haskell :ensure t