dotfiles/.emacs.d/snippets/latex-mode/alertblock

7 lines
108 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: alertblock
# key: al
# --
\begin{alertblock}{$2}
$0
\end{alertblock}