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;
|
||||
alwaysEnsure = true;
|
||||
alwaysTangle = true;
|
||||
extraEmacsPackages = epkgs: [
|
||||
epkgs.emacsql
|
||||
epkgs.emacsql-sqlite
|
||||
extraEmacsPackages = epkgs: with epkgs; [
|
||||
vterm
|
||||
treesit-grammars.with-all-grammars
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue