Juneteenth in Emacs
Posted on June 19, 2020
To add Juneteenth to the list of holidays recognized by M-x holidays in Emacs, just add the following to your .emacs
file:
(setq holiday-other-holidays '((holiday-fixed 6 19 "Juneteenth")))
To add Juneteenth to the list of holidays recognized by M-x holidays in Emacs, just add the following to your .emacs
file:
(setq holiday-other-holidays '((holiday-fixed 6 19 "Juneteenth")))