Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 649 Bytes

README.org

File metadata and controls

26 lines (18 loc) · 649 Bytes

korean-holidays

http://elpa.melpa.org/packages/korean-holidays-badge.svg

Introduction

Korean-holidays is simple package for Emacs calender.

Installation

If you use MELPA, just do:

M-x package-install [RET] korean-holidays [RET]

Configuration

If you want to use ‘korean-holidays’ exclusively, add below to your init.el .

(setq calendar-holidays korean-holidays)

If you want to use ‘korean-holidays’ additionally, add below to your init.el .

(setq calendar-holidays (append calendar-holidays korean-holidays))