summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-03-31 12:42:54 -0400
committerAmin Bandali <bandali@gnu.org>2020-03-31 12:42:54 -0400
commit5dfaee4cfda9940ddc3509ca696364495d064d3d (patch)
treefb0a9e57509515c63982b0e4e2ecd71859f112df /.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
parenta394da11880ec7f24f7c954980e9035c733baf22 (diff)
downloadconfigs-5dfaee4cfda9940ddc3509ca696364495d064d3d.tar.gz
configs-5dfaee4cfda9940ddc3509ca696364495d064d3d.tar.xz
configs-5dfaee4cfda9940ddc3509ca696364495d064d3d.zip
scattered updates
Diffstat (limited to '')
-rw-r--r--.emacs.d/etc/yasnippet/snippets/latex-mode/subsection2
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 043f322..ddfa13d 100644
--- a/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
+++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
@@ -3,6 +3,6 @@
# key: ss
# --
\subsection{${1:name}}
-\label{subsec:${2:label}}
+\label{sec:${2:label}}
$0 \ No newline at end of file