diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-23 17:50:48 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-23 17:50:48 -0700 |
| commit | 42656b6d8e9d433ee9a032605755679157980365 (patch) | |
| tree | 647b4b9502d71de99c60642ced4c9ba28f3178a8 /yasnippet/org-mode/theorem | |
| parent | c6e080febf220578cc6745078f4278d7e9f32d62 (diff) | |
| parent | bf3ca86247b6e193ff39bb14e21d46db43689ee2 (diff) | |
lol
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 |
