2016-02-18 14:53:30 +01:00

7 lines
97 B
Plaintext

# -*- mode: snippet -*-
# name: code
# key: code_
# --
#+begin_${1:lang} ${2:options}
$0
#+end_$1