Update
This commit is contained in:
7
snippets/latex-mode/^{}
Normal file
7
snippets/latex-mode/^{}
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ^{}
|
||||
# key: kj
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
^{$0}
|
||||
7
snippets/latex-mode/_{}
Normal file
7
snippets/latex-mode/_{}
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: _{}
|
||||
# key: jo
|
||||
# condition: (and (texmathp) 'auto)
|
||||
# group: math
|
||||
# --
|
||||
_{$0}
|
||||
Reference in New Issue
Block a user