diff options
author | Thanos Apollo <[email protected]> | 2024-07-24 09:37:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-24 09:37:34 +0300 |
commit | 0448bf120425c5f4822da46c27f446b475fd1bf1 (patch) | |
tree | 403f8dd536ea0cd0a075fe6a8e0e27ec8551f624 /gnosis-dashboard.el | |
parent | b167f66799e83b0be874599b0e9979de9db7232a (diff) |
New variable: dashboard-months.
* Number of additional months to display on dashboard.
Diffstat (limited to 'gnosis-dashboard.el')
-rw-r--r-- | gnosis-dashboard.el | 5 |
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.") |