From 0448bf120425c5f4822da46c27f446b475fd1bf1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 24 Jul 2024 09:37:34 +0300 Subject: New variable: dashboard-months. * Number of additional months to display on dashboard. --- gnosis-dashboard.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index c89f4ea..103d36b 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -46,6 +46,11 @@ (declare-function gnosis-get-date-new-notes "gnosis.el") (declare-function gnosis-review-get-due-notes "gnosis.el") +(defcustom gnosis-dashboard-months 2 + "Number of additional months to display on dashboard." + :type 'integer + :group 'gnosis) + (defvar gnosis-dashboard-note-ids nil "Store note ids for dashboard.") -- cgit v1.2.3