diff options
Diffstat (limited to 'yasnippet/org-mode')
| -rw-r--r-- | yasnippet/org-mode/corollary | 7 | ||||
| -rw-r--r-- | yasnippet/org-mode/definition | 7 | ||||
| -rw-r--r-- | yasnippet/org-mode/lemma | 7 | ||||
| -rw-r--r-- | yasnippet/org-mode/new-snippet | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/yasnippet/org-mode/corollary b/yasnippet/org-mode/corollary new file mode 100644 index 0000000..bb011e5 --- /dev/null +++ b/yasnippet/org-mode/corollary @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: corollary +# key: corollary +# -- +#+begin_corollary +$0 +#+end_corollary
\ No newline at end of file diff --git a/yasnippet/org-mode/definition b/yasnippet/org-mode/definition new file mode 100644 index 0000000..8873335 --- /dev/null +++ b/yasnippet/org-mode/definition @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: definition +# key: definition +# -- +#+begin_definition +$0 +#+end_definition
\ No newline at end of file diff --git a/yasnippet/org-mode/lemma b/yasnippet/org-mode/lemma new file mode 100644 index 0000000..119359d --- /dev/null +++ b/yasnippet/org-mode/lemma @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: lemma +# key: lemma +# -- +#+begin_lemma +$0 +#+end_lemma
\ No newline at end of file diff --git a/yasnippet/org-mode/new-snippet b/yasnippet/org-mode/new-snippet new file mode 100644 index 0000000..b3f5d77 --- /dev/null +++ b/yasnippet/org-mode/new-snippet @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: new-snippet +# key: new +# -- +hello world $0
\ No newline at end of file |
