tvl-depot/snippets/org-mode/source-block
2018-03-29 18:10:07 -04:00

8 lines
No EOL
137 B
Text

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