11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: SVGBob Code Block
|
||
|
# uuid:
|
||
|
# key: <svgbob
|
||
|
# condition: t
|
||
|
# --
|
||
|
|
||
|
#+BEGIN_SRC svgbob :results file :file images/$1.svg :background transparent :stroke-color $2 :exports results :text-color $3
|
||
|
$4
|
||
|
#+END_SRC
|