2026-01-29T09:42:46
This commit is contained in:
6
private-snippets/latex-mode/acrlong
Normal file
6
private-snippets/latex-mode/acrlong
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: \acrlong{}
|
||||
# key: al
|
||||
# uuid: al
|
||||
# --
|
||||
\acrlong{$0}
|
||||
6
private-snippets/latex-mode/acrshort
Normal file
6
private-snippets/latex-mode/acrshort
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: \acrshort{}
|
||||
# key: as
|
||||
# uuid: as
|
||||
# --
|
||||
\acrshort{$0}
|
||||
8
private-snippets/latex-mode/alertblock
Normal file
8
private-snippets/latex-mode/alertblock
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: alertblock
|
||||
# key: abl
|
||||
# uuid: abl
|
||||
# --
|
||||
\begin{alertblock}{$2}
|
||||
${0:`%`}
|
||||
\end{alertblock}
|
||||
6
private-snippets/latex-mode/chapter
Normal file
6
private-snippets/latex-mode/chapter
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: \chapter{} \label{}
|
||||
# key: cl
|
||||
# uuid: cl
|
||||
# --
|
||||
\chapter{$1} \label{$1}
|
||||
8
private-snippets/org-mode/cypher-block
Normal file
8
private-snippets/org-mode/cypher-block
Normal 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]]
|
||||
Reference in New Issue
Block a user