dotfiles/emacs/snippets/fundamental-mode/today

6 lines
115 B
Plaintext
Raw Normal View History

2020-06-08 15:51:11 +00:00
# -*- mode: snippet -*-
# name: Print today's date in ISO format.
# key: today
# --
`(format-time-string "%F")` $0