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)