This package provides national holidays for Ireland. This package will integrate with the calendar
With require
:
(require 'holidays-ireland)
;; this is in case you want to override the default US holidays
(setq holiday-general-holidays holiday-ireland-holidays)
(setq calendar-holidays holiday-ireland-holidays)
with use-package
(use-package 'holidays-ireland
:config
;; this is in case you want to override the default US holidays
(setq holiday-general-holidays holiday-ireland-holidays)
(setq calendar-holidays holiday-ireland-holidays))