* .emacs.d/lisp/bandali-erc.el: Look up certs from authinfo file
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / latex-mode / subsection
... / ...
CommitLineData
1# -*- mode: snippet -*-
2# name: subsection
3# key: ss
4# --
5\subsection{${1:name}}
6\label{sec:${2:label}}
7
8$0