Files
doom-emacs-work-conf/snippets/org-mode/cypher-block

8 lines
154 B
Plaintext
Raw Normal View History

2026-01-28 15:01:49 +01:00
# -*- mode: snippet -*-
# name: cypher src block + image link
# key: <n
# --
#+begin_src cypher :port 7687 :file ./${1:test}.png
$0
#+end_src
[[./$1.png]]