emacs-config/snippets/org-mode/python_src
2020-04-21 00:18:48 +08:00

10 lines
193 B
Plaintext

# -*- mode: snippet -*-
# name: python src
# uuid: src_python
# key: <py
# condition: t
# expand-env: ((yas-after-exit-snippet-hook #'org-edit-src-code))
# --
#+BEGIN_SRC python
`%`$0
#+END_SRC