feat(emacs): some org & latex snippets

This commit is contained in:
2025-11-22 03:11:50 -07:00
parent 822d857ba9
commit 9e9693f82b
12 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# contributor: Mads D. Kristensen <madsdk@gmail.com>
# key: eq
# group: math
# name: \begin{equation} ... \end{equation}
# --
\begin{equation}
$0
\end{equation}