hamacs/snippets/org-mode/python-src-block
Howard Abrams 71168110e0 Fixing my Markdown configuration a bit
Just need to get the fonts working better.
2024-09-02 15:57:51 -07:00

7 lines
98 B
Text

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