6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: (current time)
|
|
# key: time
|
|
# uuid: time
|
|
# --
|
|
`(format-time-string "%Y-%m-%dT%H:%M:%S" (current-time))` |