Skip to content

emacs-tw/taiwan-holidays.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

taiwan-holidays

Localized calendar for Emacsers in Taiwan.

Installation

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.

About

Localized calendar for Emacsers in Taiwan.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published