summaryrefslogtreecommitdiff
path: root/snippets/org-mode/src-python
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-13 21:57:38 -0400
committerKyle Meyer <kyle@kyleam.com>2018-08-17 23:26:42 -0400
commitb663671bf14e5b200e847fef4f9141b809b3d7dd (patch)
tree7ed07cd526f988c5feb073aee7238b8e58fb02a3 /snippets/org-mode/src-python
parent68415befccf02b5b56da6b391bda988a4d930797 (diff)
downloademacs.d-b663671bf14e5b200e847fef4f9141b809b3d7dd.tar.gz
snippets: Add some Org mode snippets
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