doom/snippets/org-mode/<svgbob
2024-08-29 15:12:57 -04:00

11 lines
270 B
Plaintext

# -*- mode: snippet -*-
# name: SVGBob Code Block
# uuid: 766b0370-03cf-cd14-ebe3-e3c8f1f892ef
# 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