* .emacs.d/init.el: Add some i3-like windmove bindings.
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / latex-mode / section
... / ...
CommitLineData
1# -*- mode: snippet -*-
2# name: section
3# key: s
4# --
5\section{${1:name}}
6\label{sec:${2:label}}
7
8$0