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

7 lines
135 B
Plaintext
Raw Normal View History

2026-02-04 15:37:43 +01:00
# -*- mode: snippet -*-
# name: (current time)
# key: time
# uuid: time
# --
`(format-time-string "%Y-%m-%dT%H:%M:%S" (current-time))`