move org snippets to the right place

This commit is contained in:
Andrea Crotti 2018-08-25 18:11:45 +01:00
parent 48e9f3c182
commit a778670f1e
No known key found for this signature in database
GPG Key ID: 88DC3F2180C34EDB
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: ipython
# key: ipy_
# --
#+BEGIN_SRC ipython :session ${1:session01} :file ${2:$$(concat (make-temp-name "./ipython-") ".png")} :exports ${3:both}
$0
#+END_SRC

7
snippets/org-mode/python Normal file
View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: python
# key: py_
# --
#+BEGIN_SRC python
$0
#+END_SRC