From e929cb88f58fd0ae58d36ccf2846cd66d2be5b9f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 26 Sep 2021 23:07:12 -0400 Subject: [PATCH] ADD shortcuts for agenda meeting commands --- etc/conf.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 367a12c..29cda4d 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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-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-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)) (define-key org-super-agenda-header-map (kbd "") #'origami-toggle-node)