pinwheel: Use typescript-ts-mode for typescript in emacs

This commit is contained in:
Alexander Heldt
2023-11-24 17:37:46 +01:00
parent 9812dc7348
commit 215eb3f797
2 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,10 @@ let
alwaysEnsure = true;
alwaysTangle = true;
extraEmacsPackages = epkgs: [ epkgs.flymake-go-staticcheck ];
extraEmacsPackages = epkgs: [
epkgs.flymake-go-staticcheck
epkgs.treesit-grammars.with-all-grammars
];
};
e = pkgs.writeShellScriptBin "e" ''