Initial commit

This commit is contained in:
2022-08-19 23:17:05 +02:00
commit a8abb8dab6
17 changed files with 1121 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: liebe titel name
# key: liebe,
# --
Liebe${1:$(when (string-prefix-p "Herr" yas-text) "r")} ${1:$$(yas-completing-read "Titel? " '("Herr" "Frau"))},
$0
Viele Grüße,
Max Schlüter