1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

sxhkd is back

This commit is contained in:
TiynGER
2020-05-10 00:11:24 +02:00
parent 0130de12b4
commit 88939c9042
5 changed files with 55 additions and 9 deletions

View File

@@ -48,7 +48,9 @@ $2
endsnippet
snippet ,p "Paragraph" A
<p>$1</p>
<p>
$1
</p>
$2
endsnippet
@@ -63,19 +65,17 @@ endsnippet
snippet ,ul "Itemization" A
<ul>
<li>$1</li>
$2
</ul>
endsnippet
snippet ,li "List Element" A
<li>$1</li>
$2
endsnippet
snippet ,ol "Enumeration" A
<ol>
<li>$1</li>
$2
</ol>
endsnippet