summaryrefslogtreecommitdiff
path: root/.config/emacs/snippets
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-11-17 00:40:56 -0500
committerbd <bdunahu@operationnull.com>2024-11-17 00:40:56 -0500
commit1500001e8c8335aac78d6c0438a25822783d141b (patch)
treee5f6f04ca423bebdd5ca4d94e3ee8cce455820bb /.config/emacs/snippets
parent2e5f4dcc65e14517e5a194cc94da3c2b493fae63 (diff)
Add yasnippet
Diffstat (limited to '.config/emacs/snippets')
-rw-r--r--.config/emacs/snippets/org-mode/align-star10
-rw-r--r--.config/emacs/snippets/org-mode/bmatrix12
-rw-r--r--.config/emacs/snippets/org-mode/equation-star11
-rw-r--r--.config/emacs/snippets/snippet-mode/header14
4 files changed, 47 insertions, 0 deletions
diff --git a/.config/emacs/snippets/org-mode/align-star b/.config/emacs/snippets/org-mode/align-star
new file mode 100644
index 0000000..8b49f66
--- /dev/null
+++ b/.config/emacs/snippets/org-mode/align-star
@@ -0,0 +1,10 @@
+# name: align-star
+# key: als
+# keybinding : keybinding
+# expand-env : ()
+# contributor :
+# expand-env : ()
+# --
+\begin{align*}
+$0
+\end{align*} \ No newline at end of file
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
diff --git a/.config/emacs/snippets/org-mode/equation-star b/.config/emacs/snippets/org-mode/equation-star
new file mode 100644
index 0000000..a67ad05
--- /dev/null
+++ b/.config/emacs/snippets/org-mode/equation-star
@@ -0,0 +1,11 @@
+# -*- mode: snippet -*-
+# name: equation-star
+# key: eqs
+# keybinding : keybinding
+# expand-env : ()
+# contributor :
+# expand-env : ()
+# --
+\begin{equation*}
+$0
+\end{equation*} \ No newline at end of file
diff --git a/.config/emacs/snippets/snippet-mode/header b/.config/emacs/snippets/snippet-mode/header
new file mode 100644
index 0000000..870a035
--- /dev/null
+++ b/.config/emacs/snippets/snippet-mode/header
@@ -0,0 +1,14 @@
+# name: header
+# key: trigger-key
+# keybinding : keybinding
+# expand-env : ()
+# contributor :
+# expand-env : ()
+# --
+# name:
+# key: trigger-key
+# keybinding : keybinding
+# expand-env : ()
+# contributor :
+# expand-env : ()
+# -- \ No newline at end of file