Files
doom/snippets/latex-mode/Display Math
Zelong Kuang aa7fa9511c Initial commit
2025-11-16 15:47:31 +11:00

7 lines
181 B
Plaintext

# key: dm
# name: Display Math
# condition: (and (not (texmathp)) (quote auto))
# group: math
# --
\[ `(save-excursion (previous-line)(make-string (current-indentation) ?\s))`$0 \]