unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/latex-mode/alertblock

7 lines
108 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
# -*- mode: snippet -*-
# name: alertblock
# key: al
# --
\begin{alertblock}{$2}
$0
\end{alertblock}