Add a key binding for gpolonkai/org-insert-current-timestamp

This commit is contained in:
Gergely Polonkai 2022-08-18 07:22:57 +02:00
parent 18b2932f07
commit 75e9937b49
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -3089,6 +3089,7 @@ This is a big one; I use a lot of customisation here.
("C-a" . gpolonkai/move-to-beginning-of-line)
("C-e" . gpolonkai/move-to-end-of-line)
("C-c h" . outline-previous-heading)
("C-c ." . gpolonkai/org-insert-current-timestamp)
("C-c ;" . org-toggle-timestamp-type)))
#+END_SRC