2026-01-28T15:01:51

This commit is contained in:
2026-01-28 15:01:49 +01:00
commit 775d0be9db
7 changed files with 1160 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: cypher src block + image link
# key: <n
# --
#+begin_src cypher :port 7687 :file ./${1:test}.png
$0
#+end_src
[[./$1.png]]