hamacs/snippets/org-mode/header
2024-08-11 21:04:53 -07:00

7 lines
98 B
Text

# -*- mode: snippet -*-
# name: python-src-block
# key: #sp
# --
#+BEGIN_SRC python
$0
#+END_SRC