kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 100 forks source link

Modifying holidays #41

Closed psamim closed 9 years ago

psamim commented 9 years ago

Hi, I could not find how to remove holidays from the calendar view. Would you please give an example? I looked at describe-function but could not figure it out. Thanks

kiwanami commented 9 years ago

Hi @psamim Now, calfw doesn't have the switch for displaying holidays. I'll add a switch. Regards

kiwanami commented 9 years ago

I did that. Will you check it? The customize variable cfw:display-calendar-holidays switches displaying holidays.

(setq cfw:display-calendar-holidays nil)
psamim commented 9 years ago

Thanks for that! I checked it. It works.

kiwanami commented 9 years ago

Thank you for your report!