From 3c7338e0049e28888093ddc9144beb3ba1707b9a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:07:10 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 2c21683..c9bf74c 100644 --- a/README.md +++ b/README.md @@ -488,15 +488,7 @@ To configure `eglot`, add the following to `~/.emacs.d/post-init.el`: eglot-rename eglot-ensure eglot-rename - eglot-format-buffer) - - :custom - (eglot-report-progress nil) ; Prevent minibuffer spam - - :config - ;; Optimizations - (fset #'jsonrpc--log-event #'ignore) - (setq jsonrpc-event-hook nil)) + eglot-format-buffer)) ``` Here is an example of how to configure Eglot to enable or disable certain options for the `pylsp` server in Python development. (Note that a third-party tool, [python-lsp-server](https://github.com/python-lsp/python-lsp-server), must be installed):