doom/snippets/org-mode/<mermaid
J S 0073afd67f
feat[snippets,archive,evil]: Better archives
I added some code to allow full-subtree archives with SPC-m-A
I also enabled C-c to switch to normal mode.

Added mermaid snippet
2023-10-29 01:48:10 -04:00

10 lines
224 B
Plaintext

# -*- mode: snippet -*-
# name: <mermaidjs
# uuid: mermaidsnip
# key: <mermaidjs
# condition: t
# --
#+BEGIN_SRC mermaid :results file :file images/$1 :theme dark :background-color transparent :exports results
$2
#+END_SRC