From da2d472074433df70c45d8864678b99dffca4ea5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 29 Nov 2017 13:48:15 +0100 Subject: [PATCH] Add Reptile Awareness Day to the holiday list --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 00ce269..b889588 100644 --- a/init.el +++ b/init.el @@ -1314,3 +1314,6 @@ TODO: What is FIELD for?" ;; SysAdmin Day to the calendar (add-to-list 'holiday-other-holidays '(holiday-float 7 5 -1 "SysAdmin Day") t) +(add-to-list 'holiday-other-holidays '(holiday-fixed 10 21 "Reptile Awareness Day") t) + +;;; init.el ends here