[emacs] Add snippets for latex mode.
This commit is contained in:
9
.emacs.d/snippets/latex-mode/math.yasnippet
Normal file
9
.emacs.d/snippets/latex-mode/math.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Song Qiang <tsiangsung@gmail.com>
|
||||
# key: math
|
||||
# group: math
|
||||
# name: displaymath \[ ... \]
|
||||
# --
|
||||
\[
|
||||
$1
|
||||
\]
|
Reference in New Issue
Block a user