Files
doom-emacs-conf/private-snippets/fundamental-mode/time

6 lines
134 B
Plaintext
Raw Normal View History

2026-03-11 12:58:09 +01:00
# -*- mode: snippet -*-
# name: (current time)
# key: time
# uuid: time
# --
`(format-time-string "%Y-%m-%dT%H:%M:%S" (current-time))`