From 876df26c6a6e06f9da17166d3d9caf52010c679c Mon Sep 17 00:00:00 2001 From: tomjaguarpaw Date: Sun, 1 Dec 2019 17:15:37 +0000 Subject: [PATCH] Clarify that eglot requires Emacs 26.1+ (#217) (according to https://github.com/joaotavora/eglot#1-2-3) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1560e244..6d48bb52 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you don't already have [MELPA](https://melpa.org/#/) package installation con Now you have a choice of two different Emacs packages which can be used to communicate with the `ghcide` LSP server: + `lsp-ui` -+ `eglot` ++ `eglot` (requires Emacs 26.1+) In each case, you can enable support by adding the shown lines to your `.emacs`: