Added files that were lost during previous commits

This commit is contained in:
2020-02-15 22:21:53 +01:00
parent 92bc9ad251
commit 035594be8a
11 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: python block
# key: <py
# --
#+NAME: $1
#+BEGIN_SRC python
$0
#+END_SRC