diff options
author | Thanos Apollo <[email protected]> | 2024-07-23 16:58:56 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-23 16:58:56 +0300 |
commit | 3394bcd0ea04e2655084c339269828e04ca008d8 (patch) | |
tree | 86238555bbde3b87cedc896de2c5793e675ece4d | |
parent | bc19cca217e4cc8693fd408c4d2425b32cf216fc (diff) |
dashboard: Update requirments & declarations.
-rw-r--r-- | gnosis-dashboard.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index f03aa88..3e8c12e 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -28,6 +28,7 @@ ;;; Code: (require 'cl-lib) +(require 'calendar) (declare-function gnosis-select "gnosis.el") (declare-function gnosis-delete-note "gnosis.el") @@ -39,6 +40,11 @@ (declare-function gnosis-suspend-deck "gnosis.el") (declare-function gnosis-add-deck "gnosis.el") (declare-function gnosis-add-note "gnosis.el") +(declare-function gnosis-insert-separator "gnosis.el") +(declare-function gnosis-get-date-total-notes "gnosis.el") +(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") (defvar gnosis-dashboard-note-ids nil "Store note ids for dashboard.") |