about summary refs log tree commit diff
path: root/snippets/org-mode/source-block
blob: 3b7694557ecd9e5899e6fafe627303b17e604294 (plain) (blame)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: source-block
# key: src
# expand-env: ((yas-indent-line 'fixed))
# --
#+BEGIN_SRC ${1:elisp}
$2
#+END_SRC