Localized calendar for Emacsers in Taiwan.
git clone
then add following settings into your config file:
(add-to-list 'load-path "~/.emacs.d/git/taiwan-holidays.el/")
(require 'taiwan-holidays)
;; (setq mark-holidays-in-calendar t) ; Seems deprecated by Emacs 25.3
(setq calendar-mark-holidays-flag t) ; Us this instead
(setq taiwan-holidays-important-holidays taiwan-holidays-taiwan-holidays)
(setq calendar-holidays taiwan-holidays-important-holidays)
Then M-x calendar
you’ll see what changed.