diff options
Diffstat (limited to '2d')
-rw-r--r-- | 2d/agenda.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2d/agenda.scm b/2d/agenda.scm index 93dc466..7a17ade 100644 --- a/2d/agenda.scm +++ b/2d/agenda.scm @@ -27,6 +27,8 @@ #:use-module (srfi srfi-9) #:use-module (2d coroutine) #:export (make-agenda + *global-agenda* + current-agenda with-agenda schedule schedule-interval |