tvl-depot/snippets/org-mode/source-block

8 lines
137 B
Text
Raw Normal View History

2018-03-30 00:10:07 +02:00
# -*- mode: snippet -*-
# name: source-block
# key: src
# expand-env: ((yas-indent-line 'fixed))
# --
#+BEGIN_SRC ${1:elisp}
$2
#+END_SRC