unix-conf/.emacs.d/snippets/latex-mode/math.yasnippet

10 lines
143 B
Plaintext
Raw Normal View History

2019-08-19 15:13:14 +00:00
# -*- mode: snippet -*-
# contributor: Song Qiang <tsiangsung@gmail.com>
# key: math
# group: math
# name: displaymath \[ ... \]
# --
\[
$1
\]