Skip to content

Commit

Permalink
FIX/circadian.el: proper use of new circadian-activate-and-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Apr 21, 2024
1 parent d1d3aa5 commit 5203f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circadian.el
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ or set calendar-longitude:
(defun circadian-setup ()
"Setup circadian based on `circadian-themes'."
(interactive)
(circadian-activate-latest-theme))
(circadian-activate-and-schedule))

(provide 'circadian)
;;; circadian.el ends here

0 comments on commit 5203f15

Please sign in to comment.