From 81f10ed0179b11425f3d2d743af04576ac5104c7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 23 Nov 2018 15:40:36 +0100 Subject: [PATCH] Fine-tune key chords for org capture and clocking --- configuration.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configuration.org b/configuration.org index 519c24e..aaa1181 100644 --- a/configuration.org +++ b/configuration.org @@ -2643,7 +2643,7 @@ This is a big one; I use a lot of customisation here. :bind (:map gpolonkai/pers-map ("a" . gpolonkai/org-agenda-list) - ("c" . org-capture) + ("C" . org-capture) ("l" . org-store-link) :map org-mode-map ("SPC" . org-space-key) @@ -3204,8 +3204,11 @@ directory. It is available from [[http://plantuml.com/download][here]]. ("o i" . gpolonkai/visit-init-file) ("o o" . gpolonkai/visit-org-index) ("u" . browse-url-at-point) - ("C" . clean-buffer-list) - ("C-c" . calc)) + ("M-C" . clean-buffer-list) + ("C-c" . calc) + ("c i" . org-clock-in) + ("c I" . org-clock-in-last) + ("c o" . org-clock-out)) #+END_SRC ** TODO These fail to work using ~bind-keys~, but why?