Skip to content

Commit

Permalink
Add link in readme about eglot
Browse files Browse the repository at this point in the history
  • Loading branch information
blahgeek committed Jan 5, 2024
1 parent a256806 commit 7ef6849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7ef6849

Please sign in to comment.