Skip to content

witty-pigeon/holidays-ireland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Holidays Ireland

Holidays Ireland

This package provides national holidays for Ireland. This package will integrate with the calendar

Usage

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))

Releases

No releases published

Packages

No packages published