7 lines
98 B
Text
7 lines
98 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: python-src-block
|
||
|
# key: #sp
|
||
|
# --
|
||
|
#+BEGIN_SRC python
|
||
|
$0
|
||
|
#+END_SRC
|