From 77f6500f12e72b803b460bc4266b42b12137b644 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 8 May 2022 19:37:37 -0400 Subject: [PATCH] ADD shortcut for QTP --- etc/conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 7f65625..62ae28f 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -4758,7 +4758,8 @@ The function keys are nice because they are almost (not always) free in every mo ;; ("e" #'nd/org-agenda-errors)) ("b" #'org-x-dag-agenda-timeblock) - ("d" #'org-x-dag-agenda-daily) + ("q" #'org-x-dag-agenda-quarterly-plan) + ;; ("d" #'org-x-dag-agenda-daily) ("g" #'org-x-dag-agenda-goals) ("r" #'nd/org-agenda-refile) ("t" #'org-x-dag-agenda-tasks)