aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 21388f6..9e43724 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -37,7 +37,7 @@ import Utility.Notify
doCron :: IO ()
doCron = do
purgeOldEventCaches
- rems <- (++) <$> readEmacsEventCache <*> readManualEventCache
+ rems <- (++) <$> readEmacsEventCache <*> ((++) <$> readManualEventCache <*> getTimetableReminders)
(h, m, _) <- localHMD
let nowRemsFilter r = getReminderHour r == h
&& getReminderMinute r == m