hamacs/snippets/org-mode/code-block
Howard Abrams 2317cc5d37 Going back to <... for Yasnippet expansions
And I need to make these uppercase if I'm going to officially publish
a book on the subject.
2024-08-17 22:30:27 -07:00

8 lines
86 B
Text

# -*- mode: snippet -*-
# name: code-block
# key: <s
# --
#+BEGIN_SRC $1
$0
#+END_SRC