Files
doom/snippets/latex-mode/frame.yasnippet

10 lines
226 B
Plaintext
Raw Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# contributor: Claudio Marforio <marforio@gmail.com>
# key: frame
# group: environments
# name : \begin{frame} ... \end{frame}
# --
\begin{frame}{${1:Frame Title$(capitalize yas-text)}}
$0
\end{frame}