diff options
author | Thanos Apollo <[email protected]> | 2024-07-26 18:02:41 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-26 18:02:41 +0300 |
commit | 3f2771eed6528a2a431ce995e40f57599041629f (patch) | |
tree | b73160588a70ede35bfdd9a21a23ea23712ad7a1 | |
parent | 26a13d2b4f32bd3ecb0b2e93c91162cb619d2f00 (diff) |
dashboard: Use algorithm-date.
-rw-r--r-- | gnosis-dashboard.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index fb7d49a..26550bf 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -46,6 +46,7 @@ (declare-function gnosis-center-string "gnosis.el") (declare-function gnosis-get-date-new-notes "gnosis.el") (declare-function gnosis-review-get-due-notes "gnosis.el") +(declare-function gnosis-algorithm-date "gnosis-algorithm.el") (defcustom gnosis-dashboard-months 2 "Number of additional months to display on dashboard." |