diff options
author | bd <bdunahu@operationnull.com> | 2024-11-17 23:43:27 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-17 23:43:27 -0500 |
commit | c979c2363be4bdfe03c65463ec6c2e9f49282628 (patch) | |
tree | f7687d22c81d28892b1454226b8bc6cba3c69202 /.config/emacs/snippets/org-mode/bmatrix | |
parent | 1500001e8c8335aac78d6c0438a25822783d141b (diff) |
Modify org/latex snippets
Diffstat (limited to '.config/emacs/snippets/org-mode/bmatrix')
-rw-r--r-- | .config/emacs/snippets/org-mode/bmatrix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/emacs/snippets/org-mode/bmatrix b/.config/emacs/snippets/org-mode/bmatrix index 3046913..7380711 100644 --- a/.config/emacs/snippets/org-mode/bmatrix +++ b/.config/emacs/snippets/org-mode/bmatrix @@ -1,5 +1,6 @@ +# -*- mode: snippet -*- # name: bmatrix -# key: bma +# key: <bm # keybinding : keybinding # expand-env : () # contributor : @@ -9,4 +10,4 @@ \begin{bmatrix} $0 \end{bmatrix} -\end{equation*}
\ No newline at end of file +\end{equation*} |