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