Add typst-ts-mode to emacs

This commit is contained in:
Andrea Ciceri 2025-05-16 16:00:37 +02:00
parent 40b8028383
commit f2da144a92
No known key found for this signature in database

View file

@ -223,6 +223,9 @@ let
eat
corfu-terminal
haskell-ts-mode
])
++ (with epkgs; [
typst-ts-mode # why this doesn't seem to be in elpaPackages?
]);
in
mainPackages ++ (builtins.attrValues extraPackages)