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

8 lines
185 B
Plaintext

# -*- mode: snippet -*-
# name: newline
# key: \\
# condition: (and (texmathp) 'auto)
# group: math
# --
\\\\
`(save-excursion (previous-line)(make-string (current-indentation) ?\s))`$0