From 6cca84cdb501036afd78290a8962a1a4e1395cb2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 26 Jul 2020 10:23:06 +0200 Subject: [PATCH] Add standard shortcut for `org-clock-goto' That even works with C-u, wohoo! --- site-lisp/db-customize.el | 1 + 1 file changed, 1 insertion(+) diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index a4da800..f10e443 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -138,6 +138,7 @@ in the main agenda view." ("Shell" ?s db/run-or-hide-shell) ("EShell" ?e db/run-or-hide-eshell) ("scratch" ?r db/scratch) + ("Org Clock Goto" ?c org-clock-goto) ("Info Lookup" ?I counsel-info-lookup-symbol) ("Unicode Lookup" ?U counsel-unicode-char)) "Mapping of frequently used features to functions implementing