doom/snippets/org-mode/<svgbob

11 lines
233 B
Plaintext
Raw Normal View History

2023-10-14 01:48:58 +00:00
# -*- 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