summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-dashboard.el5
1 files changed, 5 insertions, 0 deletions
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.")