Files
doom/snippets/typst-ts-mode/theorem

9 lines
136 B
Plaintext
Raw Normal View History

2025-11-16 22:05:10 +11:00
# -*- mode: snippet -*-
# name: Theorem
# key: #thm
# condition: (and (not (texmathp)) (quote auto))
# group: math
# --
#theorem()[
$0
]