From 1500001e8c8335aac78d6c0438a25822783d141b Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 17 Nov 2024 00:40:56 -0500 Subject: Add yasnippet --- .config/emacs/snippets/org-mode/bmatrix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/emacs/snippets/org-mode/bmatrix (limited to '.config/emacs/snippets/org-mode/bmatrix') 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 -- cgit v1.2.3