summaryrefslogtreecommitdiff
path: root/yasnippet/org-mode/theorem
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-23 17:42:43 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-23 17:42:43 -0700
commitbf3ca86247b6e193ff39bb14e21d46db43689ee2 (patch)
treee6a73f3d1f7b52fece741b1dff6269a4e3bc6f9f /yasnippet/org-mode/theorem
parentfa8cc133cb4449b97be021c7e1f374c773e8a347 (diff)
new snippets; working on mindmap/config
Diffstat (limited to 'yasnippet/org-mode/theorem')
-rw-r--r--yasnippet/org-mode/theorem11
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