emacs.d/snippets/text-mode/time
2021-11-06 21:29:14 +00:00

6 lines
No EOL
107 B
Text

# name: insert-time
# key: time
# type: command
# binding: C-x t
# --
(insert (format-time-string "%H:%M"))