Add email address to snippet template

This commit is contained in:
Kiana Sheibani 2024-04-04 23:32:57 -04:00
parent 9ae89103db
commit 9fe52006b7
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# name: Snippet template
# --
# -*- mode: snippet -*-
${1:# contributor: `user-full-name`
${1:# contributor: `user-full-name` <`user-mail-address`>
}# key: ${2:`(file-name-base)`}${3:
# name: $4}
# --