mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
![]() |
# -*- mode: snippet -*-
|
||
|
# name: Print today's datetime in ISO format.
|
||
|
# key: now
|
||
|
# --
|
||
|
`(format-time-string "%F %T %:z")` $0
|