From 6d53401e3de86223295b4ac4f992a4e37eb5790e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 22 Feb 2024 06:23:32 +0000 Subject: [PATCH] Fix nil config --- config/ide.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/ide.org b/config/ide.org index 98889f9..f960bcd 100644 --- a/config/ide.org +++ b/config/ide.org @@ -89,12 +89,12 @@ Set treesit to fontify all elements, default was 3 (out of 4) :jedi_definition (:enabled t) :jedi_hover (:enabled t))) :nil - ( :nil - ( :nix - ( :flake - ( :autoArchive t - :autoEvalInputs t - :nixpkgsInputName "nixpkgs"))))))) + ( :nix + ( :maxMemoryMB nil + :flake + ( :autoArchive t + :autoEvalInputs t + :nixpkgsInputName "nixpkgs")))))) #+end_src * Apheleia formatting