2317cc5d37
And I need to make these uppercase if I'm going to officially publish a book on the subject.
8 lines
86 B
Text
8 lines
86 B
Text
# -*- mode: snippet -*-
|
|
# name: code-block
|
|
# key: <s
|
|
# --
|
|
#+BEGIN_SRC $1
|
|
$0
|
|
#+END_SRC
|