diff options
author | Amin Bandali <bandali@gnu.org> | 2019-11-13 20:49:40 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-11-13 20:49:40 -0500 |
commit | 30b5e6f0416b7ca2a71e52b3850d91e55867fd61 (patch) | |
tree | d12733578d25752b05c0806142d68eaa2d9d163e /.emacs.d/etc/yasnippet/snippets/latex-mode | |
parent | 295b1b10b673f0fed28915b16e6d86931bc2f326 (diff) | |
download | configs-30b5e6f0416b7ca2a71e52b3850d91e55867fd61.tar.gz configs-30b5e6f0416b7ca2a71e52b3850d91e55867fd61.tar.xz configs-30b5e6f0416b7ca2a71e52b3850d91e55867fd61.zip |
emacs: yasnippet: use shorter s & ss keys for section & subsection
Diffstat (limited to '.emacs.d/etc/yasnippet/snippets/latex-mode')
-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}} |