Add treesit-grammars.with-all-grammars to emacs
This commit is contained in:
parent
d57f6b46cb
commit
76b0919779
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ with lib; let
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
alwaysEnsure = true;
|
alwaysEnsure = true;
|
||||||
alwaysTangle = true;
|
alwaysTangle = true;
|
||||||
extraEmacsPackages = epkgs: [
|
extraEmacsPackages = epkgs: with epkgs; [
|
||||||
epkgs.emacsql
|
vterm
|
||||||
epkgs.emacsql-sqlite
|
treesit-grammars.with-all-grammars
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue