emacs: limit installed tree-sitter grammars
1 file changed, 6 insertions(+), 0 deletions(-)
changed files
M user/settings/accounting.nix → user/settings/accounting.nix
@@ -9,4 +9,10 @@ bean-add beancount reckon ]; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + (treesit-grammars.with-grammars (grammars: with grammars; [ + tree-sitter-beancount + tree-sitter-ledger + ])) + ]); }