added time shifter key
This commit is contained in:
parent
a9ce3c10ad
commit
3254e20e88
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue