added time shifter key

This commit is contained in:
ndwarshuis 2019-05-10 02:54:34 -04:00
parent a9ce3c10ad
commit 3254e20e88
1 changed files with 3 additions and 0 deletions

View File

@ -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 ;; 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) (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 ;; 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-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) (local-set-key (kbd "C-x C-c C-x C-o") 'org-tomato-user-hl-clock-out)