From 75e9937b490e17f90f453395bab36c7d7fd3a3e5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 18 Aug 2022 07:22:57 +0200 Subject: [PATCH] Add a key binding for gpolonkai/org-insert-current-timestamp --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 1f0a9b0..d471e87 100644 --- a/configuration.org +++ b/configuration.org @@ -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