diff options
| author | bd <bdunahu@operationnull.com> | 2024-11-17 00:40:56 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2024-11-17 00:40:56 -0500 |
| commit | 1500001e8c8335aac78d6c0438a25822783d141b (patch) | |
| tree | e5f6f04ca423bebdd5ca4d94e3ee8cce455820bb /.config/emacs/snippets/org-mode/bmatrix | |
| parent | 2e5f4dcc65e14517e5a194cc94da3c2b493fae63 (diff) | |
Add yasnippet
Diffstat (limited to '.config/emacs/snippets/org-mode/bmatrix')
| -rw-r--r-- | .config/emacs/snippets/org-mode/bmatrix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/emacs/snippets/org-mode/bmatrix b/.config/emacs/snippets/org-mode/bmatrix new file mode 100644 index 0000000..3046913 --- /dev/null +++ b/.config/emacs/snippets/org-mode/bmatrix @@ -0,0 +1,12 @@ +# name: bmatrix +# key: bma +# keybinding : keybinding +# expand-env : () +# contributor : +# expand-env : () +# -- +\begin{equation*} +\begin{bmatrix} +$0 +\end{bmatrix} +\end{equation*}
\ No newline at end of file |
