Last active
January 16, 2017 22:19
-
-
Save adsgray/a549ddcf2d7482f8eea24a99fdffbf1c to your computer and use it in GitHub Desktop.
Emacs Friday the 13th diary/calendar reminder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| &%%(let ((dayname (calendar-day-of-week date)) | |
| (day (cadr date))) | |
| (and (= day 13) (memq dayname '(5))) | |
| ) Friday the 13th! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment