[emacs] Add snippets for latex mode.
This commit is contained in:
7
.emacs.d/snippets/latex-mode/label.yasnippet
Normal file
7
.emacs.d/snippets/latex-mode/label.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
-*- mode: snippet -*-
|
||||
# contributor : M<>rcio M. Ribeiro <marcio.mr@gmail.com>
|
||||
# key: lab
|
||||
# group: references
|
||||
# name : \label
|
||||
# --
|
||||
\label{${1:label$(unless yas/modified-p (reftex-label nil 'dont-insert))}}$0
|
Reference in New Issue
Block a user