Add article for SysAdmin day in Emacs

This commit is contained in:
Gergely Polonkai 2017-10-02 12:26:38 +02:00
parent dd2ed7b196
commit b53dcf8a94
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
layout: post
title: "Add SysAdmin day to Emacs Calendar"
date: 2017-10-02 09:37:52
tags: [emacs]
published: true
author:
name: Gergely Polonkai
email: gergely@polonkai.eu
---
Im a SysAdmin since 1998. Maybe a bit earlier, if you count managing our home computer. This
means [SysAdmin Day](http://sysadminday.com/) is also celebrating me. However, my Emacs Calendar
doesnt show it for some reason.
The solution is pretty easy:
``` lisp
(add-to-list 'holiday-other-holidays '(holiday-float 7 5 -1 "SysAdmin Day") t)
```
Now invoke `holidays-list` for any year, choosing “Other” as the category, and there you go:
```
Friday, July 28, 2017: SysAdmin Day
```