diff --git a/userland/weather.el b/userland/weather.el index 5833d99..79134e4 100644 --- a/userland/weather.el +++ b/userland/weather.el @@ -119,7 +119,7 @@ (unless forecast-timer (when (timerp 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)