diff options
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets')
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/latex-mode/section | 2 | ||||
-rw-r--r-- | .emacs.d/etc/yasnippet/snippets/latex-mode/subsection | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/section b/.emacs.d/etc/yasnippet/snippets/latex-mode/section index 88faeab..e1a2710 100644 --- a/.emacs.d/etc/yasnippet/snippets/latex-mode/section +++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/section @@ -1,6 +1,6 @@ # -*- mode: snippet -*- # name: section -# key: sec +# key: s # -- \section{${1:name}} \label{sec:${2:label}} 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}} |