mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
d117f30281
I've also changed the target of zsh to its appropriate location according to the XDG Base Directory specs so that's neat.
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: LaTeX math block
|
|
# key: mb
|
|
# --
|
|
\begin{equation*}
|
|
$1
|
|
\end{equation*}
|