aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/latex-mode/itemize
blob: dc64b1c31199f7bac1db30243bd2588768ada666 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: itemize
# key: it
# uuid: it
# --
\begin{itemize}
${0:}
\end{itemize}