Fix nil config

This commit is contained in:
Evie Litherland-Smith 2024-02-22 06:23:32 +00:00
parent 715a9d2b7d
commit 6d53401e3d

View file

@ -89,12 +89,12 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:jedi_definition (:enabled t) :jedi_definition (:enabled t)
:jedi_hover (:enabled t))) :jedi_hover (:enabled t)))
:nil :nil
( :nil
( :nix ( :nix
( :flake ( :maxMemoryMB nil
:flake
( :autoArchive t ( :autoArchive t
:autoEvalInputs t :autoEvalInputs t
:nixpkgsInputName "nixpkgs"))))))) :nixpkgsInputName "nixpkgs"))))))
#+end_src #+end_src
* Apheleia formatting * Apheleia formatting