I've re-enabled yasnippet for ease of use, and added a ton of snippets directly into my Dotfiles so only I get to curate what snippets are removed. Screw downloading them off someone else's repository at their total mercy.
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: columns
|
|
# key: cols
|
|
# uuid: cols
|
|
# --
|
|
\begin{columns}
|
|
\begin{column}{.${1:5}\textwidth}
|
|
$0
|
|
\end{column}
|
|
|
|
\begin{column}{.${2:5}\textwidth}
|
|
|
|
\end{column}
|
|
\end{columns} |