mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 18:19:03 +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`}
|
||
|
|