dotfiles/emacs/snippets/fundamental-mode/now
2022-07-07 11:37:52 +08:00

6 lines
124 B
Plaintext

# -*- mode: snippet -*-
# name: Print today's datetime in ISO format.
# key: now
# --
`(format-time-string "%F %T %:z")` $0