Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-06 15:22:48 +02:00
parent 0c81f281cf
commit aa0d3fd6bd

View file

@ -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 (use-package eglot
:defer t :defer t
:config :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 :bind (:map eglot-mode-map
("C-c l h" . eldoc) ("C-c l h" . eldoc)
("C-c l r" . eglot-rename) ("C-c l r" . eglot-rename)