From 3254e20e8807f27f3a09f9a29c54cb28e6758aec Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 10 May 2019 02:54:34 -0400 Subject: [PATCH] added time shifter key --- etc/conf.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 95b916d..1ff62a6 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3577,6 +3577,9 @@ These are for mode-specific bindings that can/should be outside of the evil maps ;; override default org subtree cloning with something that clones and resets (local-set-key (kbd "C-c C-x c") 'org-x-clone-subtree-with-time-shift) + ;; add time shifter + (local-set-key (kbd "C-c C-x t") 'org-x-time-shift) + ;; add clock in/out functions for tomato mode (local-set-key (kbd "C-x C-c C-x C-i") 'org-tomato-user-hl-clock-in) (local-set-key (kbd "C-x C-c C-x C-o") 'org-tomato-user-hl-clock-out)