From fc012859cd7161ddcd4938f623686fda4bbc4271 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 7 Aug 2017 08:44:49 +0200 Subject: [PATCH] Add SysAdmin Day to the calendar --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 30aa004..d8dcdcc 100644 --- a/init.el +++ b/init.el @@ -1226,3 +1226,6 @@ INFO plist." (or (abbrev--before-point) (yasnippet-can-fire-p))) (add-hook 'post-command-hook 'sachachua/change-cursor-color-when-can-expand) + +;; SysAdmin Day to the calendar +(add-to-list 'holiday-other-holidays '(holiday-float 7 5 -1 "SysAdmin Day") t)