ADD shortcuts for agenda meeting commands

This commit is contained in:
Nathan Dwarshuis 2021-09-26 23:07:12 -04:00
parent e062b35777
commit e929cb88f5
1 changed files with 3 additions and 1 deletions

View File

@ -4276,7 +4276,9 @@ These are for mode-specific bindings that can/should be outside of the evil maps
(local-set-key (kbd "C-c C-x C-b") 'org-x-agenda-toggle-checkbox) (local-set-key (kbd "C-c C-x C-b") 'org-x-agenda-toggle-checkbox)
(local-set-key (kbd "C-c C-x C-r") 'org-x-agenda-clock-range) (local-set-key (kbd "C-c C-x C-r") 'org-x-agenda-clock-range)
(local-set-key (kbd "C-x C-c C-x C-i") 'org-tomato-user-hl-agenda-clock-in) (local-set-key (kbd "C-x C-c C-x C-i") 'org-tomato-user-hl-agenda-clock-in)
(local-set-key (kbd "C-x C-c C-x C-o") 'org-tomato-user-hl-agenda-clock-out))) (local-set-key (kbd "C-x C-c C-x C-o") 'org-tomato-user-hl-agenda-clock-out)
(local-set-key (kbd "C-x C-c m") 'org-x-agenda-meeting-add-agenda-item)
(local-set-key (kbd "C-x C-c M") 'org-x-agenda-meeting-add-action-item)))
(setq org-super-agenda-header-map (make-sparse-keymap)) (setq org-super-agenda-header-map (make-sparse-keymap))
(define-key org-super-agenda-header-map (kbd "<tab>") #'origami-toggle-node) (define-key org-super-agenda-header-map (kbd "<tab>") #'origami-toggle-node)