unix-conf/.emacs.d/snippets/latex-mode/math.yasnippet
2019-08-19 15:13:14 +00:00

10 lines
143 B
Plaintext

# -*- mode: snippet -*-
# contributor: Song Qiang <tsiangsung@gmail.com>
# key: math
# group: math
# name: displaymath \[ ... \]
# --
\[
$1
\]