all repos — nixfiles @ 3fd845ff7c4584ae1cdda2e4e3db68649967e61d

System and user configuration, managed by nix and home-manager

emacs: limit installed tree-sitter grammars

Alan Pearce
commit

3fd845ff7c4584ae1cdda2e4e3db68649967e61d

parent

d6c301581f7d105023d324650a1142a3a6428bd4

1 file changed, 6 insertions(+), 0 deletions(-)

changed files
M user/settings/accounting.nixuser/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 + ])) + ]); }