spanish-holidays

Homepage: https://gitlab.com/gnuhack/spanish-holidays

Author: Carlos Pajuelo

Updated:

Summary

Spain holidays for calendar

Commentary

Remove default holidays, then append spanish calendar

(customize-set-variable 'holiday-bahai-holidays nil)
(customize-set-variable 'holiday-hebrew-holidays nil)
(customize-set-variable 'holiday-islamic-holidays nil)
(setq calendar-holidays (append calendar-holidays spanish-holidays))

Dependencies