From 68a3eed9396ecafe99ab82d3900d07adc64c701f Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Tue, 10 Mar 2026 19:21:14 -0700 Subject: [PATCH] emacs: add typst-ts-mode --- home/develop/emacs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/develop/emacs.nix b/home/develop/emacs.nix index ed7f267..6899a85 100644 --- a/home/develop/emacs.nix +++ b/home/develop/emacs.nix @@ -125,7 +125,10 @@ in markdown-ts-mode # Markdown with tree-sitter parsing mermaid-ts-mode # Mermaid diagram syntax with tree-sitter scala-ts-mode # Scala with tree-sitter (alternative to scala-mode) + kotlin-ts-mode # Kotlin programming with tree-sitter swift-ts-mode # Swift programming with tree-sitter + typst-ts-mode # Typst typesetting with tree-sitter + zig-ts-mode # Zig programming with tree-sitter ]; extraConfig = builtins.readFile ./emacs/custom.el + ''