From 717722abcc21c042b18b7d60b167efe153963f48 Mon Sep 17 00:00:00 2001 From: William Xu Date: Fri, 27 Feb 2009 00:31:31 +0800 Subject: [PATCH] - Update copyright - Add example setup in Commentary. Thanks to Du Yang for complaining this. :P --- cal-china-x.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cal-china-x.el b/cal-china-x.el index dbb1d19..ad4c626 100644 --- a/cal-china-x.el +++ b/cal-china-x.el @@ -1,10 +1,10 @@ ;;; cal-china-x.el --- Chinese calendar extras -;; Copyright (C) 2006, 2007, 2008 William Xu +;; Copyright (C) 2006, 2007, 2008, 2009 William Xu ;; Author: William Xu ;; Version: 1.0a -;; Url: http://williamxu.net9.org/ref/cal-china-x.el +;; Url: http://xwl.appspot.com/ref/cal-china-x.el ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -24,15 +24,17 @@ ;;; Commentary: ;; This extension mainly adds the following extra features: -;; ;; - Chinese localizations ;; - Display holiday, lunar, horoscope, zodiac, solar term info on mode line ;; - Define holidays using `holiday-lunar', `holiday-solar-term' ;; - Highlight holidays based on different priorities ;; - Add `cal-china-x-chinese-holidays', `cal-china-x-japanese-holidays'. ;; -;; To use, add the following in your .emacs: +;; To use, add something like the following to your .emacs: ;; (require 'cal-china-x) +;; (setq mark-holidays-in-calendar t) +;; (setq cal-china-x-priority1-holidays cal-china-x-chinese-holidays) +;; (setq calendar-holidays cal-china-x-priority1-holidays) ;;; History -- 2.11.4.GIT