Files
.emacs.d/snippets/latex-mode/newline
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +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