Skip to content

Instantly share code, notes, and snippets.

@adsgray
Last active January 16, 2017 22:19
Show Gist options
  • Select an option

  • Save adsgray/a549ddcf2d7482f8eea24a99fdffbf1c to your computer and use it in GitHub Desktop.

Select an option

Save adsgray/a549ddcf2d7482f8eea24a99fdffbf1c to your computer and use it in GitHub Desktop.
Emacs Friday the 13th diary/calendar reminder
&%%(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