meow-tree-sitter
All checks were successful
/ test (push) Successful in 25s

This commit is contained in:
Andrea Ciceri 2024-06-04 00:42:07 +02:00
parent cd53b6485f
commit c31fac25cb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 22 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pkgs: epkgs: let
copilot = [melpaPackages.editorconfig melpaPackages.dash melpaPackages.s melpaPackages.f];
notmuch-notify = [melpaPackages.alert melpaPackages.notmuch];
gptel = [pkgs.emacsPackages.transient elpaPackages.compat];
meow-tree-sitter = [melpaPackages.meow];
};
overrideAttrsPerPackage = { };