doom/snippets/org-mode/<svgbob
2023-10-13 21:48:58 -04:00

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