From f749ce5e38234669db0c6d9049147457185391f3 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 13 Jun 2024 16:28:55 -0700 Subject: Agenda in Dashboard Display the agenda in the dashboard: 1. Breakdown of tasks in their categories 2. Overdue Tasks 3. Upcoming Tasks --- elchemy-package-org.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'elchemy-package-org.el') diff --git a/elchemy-package-org.el b/elchemy-package-org.el index 1aa5941..0bc3949 100644 --- a/elchemy-package-org.el +++ b/elchemy-package-org.el @@ -11,6 +11,9 @@ (global-set-key (kbd "C-c a") 'org-agenda) (global-set-key (kbd "C-c c") 'org-capture)) +(use-package org-ql + :ensure t) + (defun elchemy/hide-org-mode-stars () "Hides the section stars" (font-lock-add-keywords -- cgit v1.2.1