summaryrefslogtreecommitdiff
path: root/snippets/org-mode/src-python
blob: f18ca05f3c3eaeb8c56c06d05c2e57374afce634 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: src python
# key: sp
# --
#+begin_src python
$0
#+end_src