Add org python snippet (about time!)

This commit is contained in:
tecosaur 2020-04-21 00:18:48 +08:00
parent 35850afe0e
commit 8bf18f921c

View file

@ -0,0 +1,10 @@
# -*- 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