mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-05-01 00:19:12 +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
|