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