mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
![]() |
# -*- mode: snippet -*-
|
||
|
# name: Print today's date in ISO format.
|
||
|
# key: now
|
||
|
# --
|
||
|
`(format-time-string "%F %T%:z %Z")` $0
|