diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/latex-mode/subsection | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection b/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection index 0bb1c5b..043f322 100644 --- a/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection +++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: subsection -# key: ssec +# key: ss # -- \subsection{${1:name}} \label{subsec:${2:label}} |