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