You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
346 B
EmacsLisp

;;; $DOOMDIR/penguin/calendar.el -*- lexical-binding: t; -*-
(add-hook 'calendar-load-hook
(lambda ()
(calendar-set-date-style 'american)))
(setq calendar-holidays
(append holiday-general-holidays holiday-local-holidays
holiday-other-holidays
holiday-solar-holidays))
(setq calendar-christian-all-holidays-flag 't)