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

6 lines
115 B
Plaintext

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