2026-02-05T22:56:10

This commit is contained in:
2026-02-05 22:55:56 +01:00
parent bb1bf0b1e6
commit bc2dda541c
2999 changed files with 3484 additions and 460 deletions

View File

@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: package!
# uuid:
# key: p
# condition: t
# --
(package! $0)

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \acrlong{}
# key: al
# uuid: al
# --
\acrlong{$0}

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \acrshort{}
# key: as
# uuid: as
# --
\acrshort{$0}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: alertblock
# key: abl
# uuid: abl
# --
\begin{alertblock}{$2}
${0:`%`}
\end{alertblock}

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: \chapter{} \label{}
# key: cl
# uuid: cl
# --
\chapter{$1} \label{$1}

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]]