From 7ef68491f0c104a8661b08a98f21e98d4261cdbd Mon Sep 17 00:00:00 2001 From: Yikai Zhao Date: Fri, 5 Jan 2024 09:46:11 +0800 Subject: [PATCH] Add link in readme about eglot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0824b4..30598df 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Steps: > NOTE: if your emacs does not have json support (aka, `(fboundp 'json-parse-buffer)` is nil), > replace `json-parse-buffer` with `json-read` in the first line! +> **For eglot users**: see https://github.com/blahgeek/emacs-lsp-booster/issues/1 + ```elisp (define-advice json-parse-buffer (:around (old-fn &rest args) lsp-booster-parse-bytecode) "Try to parse bytecode instead of json."