mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Gabriel Arazas
|
|
# name: The ending signature useful for email.
|
|
# key: sign
|
|
# uuid: sign
|
|
# --
|
|
${1:Sincerely,}
|
|
${2:`user-full-name`}
|
|
|