diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -867,7 +867,7 @@ | |||
867 | "Insert the current date time in the format of `mm/date-time-format' at POINT." | 867 | "Insert the current date time in the format of `mm/date-time-format' at POINT." |
868 | (interactive) | 868 | (interactive) |
869 | (insert (format-time-string mm/date-time-format (current-time)))) | 869 | (insert (format-time-string mm/date-time-format (current-time)))) |
870 | p | 870 | |
871 | (global-set-key (kbd "C-c d") (lambda () (interactive) (mm/insert-date-time))) | 871 | (global-set-key (kbd "C-c d") (lambda () (interactive) (mm/insert-date-time))) |
872 | 872 | ||
873 | 873 | ||