added org snippets

This commit is contained in:
2020-01-30 11:35:08 +01:00
parent d294478b47
commit a95145053c
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