hamacs/snippets/org-mode/surround-org-block
Howard Abrams 3b0e21c128 Expand a literate prog work with extra snippets
These should be a lovely demonstration to solve a thorn I run into
year after year.
2024-10-25 22:07:34 -07:00

6 lines
97 B
Text

# name: surround-org-block
# --
#+BEGIN_${1:SRC} ${2:emacs-lisp} $0
`yas-selected-text`
#+END_$1