added org snippets

This commit is contained in:
Lucien Cartier-Tilet 2020-01-30 11:35:08 +01:00
parent d294478b47
commit a95145053c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: emacs-lisp block
# key: <el
# --
#+BEGIN_SRC emacs-lisp
$0
#+END_SRC

View File

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: nyqy
# key: <ny
# --
\{\{\{nyqy($1)\}\}\}$0

View File

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

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: source block
# key: <s
# --
#+BEGIN_SRC $0
#+END_SRC