From a60623b44c66248c1ff85706d2ccec3c9ae03f3f Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Tue, 27 Dec 2022 10:47:33 +0100 Subject: [PATCH] Fix typos and minor editing --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 4595186..260ed60 100644 --- a/README.org +++ b/README.org @@ -3853,7 +3853,7 @@ mode independent [[https://github.com/joaotavora/eglot][Eglot]] configuration: ;; Replace `nil' with `t' for debugging. (when nil (defvar eglot-server-programs - `((python-mode . ("pylsp" "-vvv"))) + `(((python-ts-mod python-mode) . ("pylsp" "-vv"))) "Shadow the definition of `eglot-server-programs' in `eglot'.")) (with-eval-after-load 'eglot @@ -4653,7 +4653,7 @@ or to increase the verbosity of [[https://github.com/python-lsp/python-lsp-serve (with-eval-after-load 'eglot (setq-default eglot-workspace-configuration - ;; Enable the `:pyls_ruff' plugin and ensure to disable the + ;; Enable the `:pylsp_ruff' plugin and ensure to disable the ;; `:flake8', `:mccabe', and `:pycodestye' plugins. '(:pylsp (:plugins (:pylsp_ruff @@ -4708,7 +4708,7 @@ or to increase the verbosity of [[https://github.com/python-lsp/python-lsp-serve ;; to launch eglot automatically. ((nil ;; nil, since Emacs-29.1 filters out irrelevant variable names. . ((eglot-workspace-configuration - ;; Enable the `:pyls_ruff' plugin and ensure to disable the + ;; Enable the `:pylsp_ruff' plugin and ensure to disable the ;; `:flake8', `:mccabe', and `:pycodestye' plugins. . (:pylsp (:plugins (:pylsp_ruff