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
2020-04-20 16:18:48 +00:00
`%`$0
#+end_src