[emacs] Add snippets for latex mode.
This commit is contained in:
9
.emacs.d/snippets/latex-mode/ssub.yasnippet
Normal file
9
.emacs.d/snippets/latex-mode/ssub.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Mads D. Kristensen <madsdk@gmail.com>
|
||||
# key: ssub
|
||||
# group: sections
|
||||
# name : \subsubsection
|
||||
# --
|
||||
\subsubsection{${1:name}}
|
||||
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
|
||||
$0
|
Reference in New Issue
Block a user