summaryrefslogtreecommitdiff
path: root/snippets/org-mode/code-block
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/org-mode/code-block')
-rw-r--r--snippets/org-mode/code-block8
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/org-mode/code-block b/snippets/org-mode/code-block
new file mode 100644
index 00000000..938e1a29
--- /dev/null
+++ b/snippets/org-mode/code-block
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: code-block
+# key: ==c
+# --
+
+==== code: $1
+
+==== \ No newline at end of file