Added files that were lost during previous commits
This commit is contained in:
8
.config/emacs/private/snippets/org-mode/python
Normal file
8
.config/emacs/private/snippets/org-mode/python
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: python block
|
||||
# key: <py
|
||||
# --
|
||||
#+NAME: $1
|
||||
#+BEGIN_SRC python
|
||||
$0
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user