emacs.d/snippets/fundamental-mode/time

6 lines
No EOL
107 B
Text

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