summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/latex-mode
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-11-13 20:49:40 -0500
committerAmin Bandali <bandali@gnu.org>2019-11-13 20:49:40 -0500
commit30b5e6f0416b7ca2a71e52b3850d91e55867fd61 (patch)
treed12733578d25752b05c0806142d68eaa2d9d163e /.emacs.d/etc/yasnippet/snippets/latex-mode
parent295b1b10b673f0fed28915b16e6d86931bc2f326 (diff)
downloadconfigs-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/section2
-rw-r--r--.emacs.d/etc/yasnippet/snippets/latex-mode/subsection2
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}}