diff options
-rw-r--r-- | gnosis-dashboard.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index 5893748..473238b 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -47,6 +47,10 @@ (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") +(declare-function gnosis-get-tags--unique "gnosis.el") +(declare-function gnosis-get-tag-notes "gnosis.el") +(declare-function gnosis-edit-update "gnosis.el") +(declare-function gnosis-update "gnosis.el") (defcustom gnosis-dashboard-months 2 "Number of additional months to display on dashboard." |