7 lines
92 B
Plaintext
7 lines
92 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: source
|
|
# key: <s
|
|
# --
|
|
#+BEGIN_SRC ${1:language}
|
|
$0
|
|
#+END_SRC |