dotfiles/emacs/snippets/fundamental-mode/now

6 lines
124 B
Plaintext
Raw Normal View History

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