Update .emacs.d/README.org
This commit is contained in:
parent
0c81f281cf
commit
aa0d3fd6bd
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Eglot is a built in LSP client for Emacs. I prefer it to LSP as it's more lightw
|
|||
(use-package eglot
|
||||
:defer t
|
||||
:config
|
||||
(eglot-events-buffer-size 0)
|
||||
(setq eglot-events-buffer-size 0) ;; important performance fix (https://www.gnu.org/software/emacs/manual/html_node/eglot/Performance.html)
|
||||
:bind (:map eglot-mode-map
|
||||
("C-c l h" . eldoc)
|
||||
("C-c l r" . eglot-rename)
|
||||
|
|
Loading…
Reference in a new issue