From 9d5e1011efa938ff89ee7a4bd9d525bbd6c8345a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 24 Oct 2024 07:02:56 +0100 Subject: [PATCH] Eglot remove "nil" config since I don't use it anymore --- README.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.org b/README.org index 4c6a22b..9e4da42 100644 --- a/README.org +++ b/README.org @@ -1387,12 +1387,7 @@ Configure email with iCalendar event support, to integrate with (setq eglot-stay-out-of '(flymake)) :config (setq-default eglot-workspace-configuration - '( :nil ( :nix - ( :maxMemoryMB nil - :flake - ( :autoArchive t - :nixpkgsInputName "nixpkgs"))) - :pylsp ( :plugins + '( :pylsp ( :plugins ( :autopep8 (:enabled nil) :flake8 (:enabled nil) :jedi_completion ( :enabled t