mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 16:57:54 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: Shorthand for e.g.
|
||
|
# key: copyright
|
||
|
# condition: t
|
||
|
# --
|
||
|
${1:Copyright © (format-time-string "%Y")} ${2:(user-full-name)} <`(user-mail-address)`>
|