This commit is contained in:
Jakub 2025-11-30 14:03:20 +08:00
parent f43fc2430b
commit f13a304654

View file

@ -119,7 +119,7 @@
(unless forecast-timer (unless forecast-timer
(when (timerp forecast-timer) (when (timerp forecast-timer)
(cancel-timer forecast-timer)) (cancel-timer forecast-timer))
(setq forecast-timer (run-at-time t (* 60 30) (theurgy-weather-fetch-forecast))))) (setq forecast-timer (run-at-time t (* 60 30) #'theurgy-weather-fetch-forecast))))
(theurgy-start-forecast-timer) (theurgy-start-forecast-timer)