pinwheel: Add "all" treesitter languages for emacs

This commit is contained in:
Alexander Heldt
2024-06-19 11:36:49 +02:00
parent 71331b282b
commit c56914781b

View File

@@ -9,6 +9,7 @@ let
alwaysTangle = true;
extraEmacsPackages = epkgs: [
epkgs.flymake-go-staticcheck
epkgs.tree-sitter-langs
epkgs.treesit-grammars.with-all-grammars
];
};