kiwanami / emacs-calfw

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

Hide event count #94

Closed zzjjzzgggg closed 7 years ago

zzjjzzgggg commented 7 years ago

Is it possible to hide the event count after the day-of-month, e.g., "21 (1)" --> "21"?

I tried to find the pieces of code that this count is displayed, but failed. Could you please point out the lines?

Thanks!

kiwanami commented 7 years ago

Hi @zzjjzzgggg You can not hide the count with any customize options.

The function 'cfw:render-calendar-cells-days' constructs the layout. Will you check the local variable 'num-label' ?