summaryrefslogtreecommitdiffstats
path: root/emacs/snippets/org-mode/codeblock
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/snippets/org-mode/codeblock')
-rw-r--r--emacs/snippets/org-mode/codeblock7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/snippets/org-mode/codeblock b/emacs/snippets/org-mode/codeblock
new file mode 100644
index 0000000..a200b08
--- /dev/null
+++ b/emacs/snippets/org-mode/codeblock
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: codeblock
+# key: code
+# --
+#+begin_src $1
+ $0
+#+end_src \ No newline at end of file