diff options
Diffstat (limited to 'yasnippet/org-mode/theorem')
| -rw-r--r-- | yasnippet/org-mode/theorem | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yasnippet/org-mode/theorem b/yasnippet/org-mode/theorem new file mode 100644 index 0000000..cb20ccd --- /dev/null +++ b/yasnippet/org-mode/theorem @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: theorem +# key: theorem +# -- +#+begin_theorem +$1 +#+end_theorem + +#+begin_proof +$0 +#+end_proof
\ No newline at end of file |
