emacs-config/snippets/org-mode/python_src

10 lines
193 B
Plaintext
Raw Normal View History

2020-04-20 16:18:48 +00:00
# -*- 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