kiwanami / emacs-calfw

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

Can cell-width be adjusted so that calendar expands to fill window. #160

Closed smandy closed 1 year ago

smandy commented 1 year ago

I'd like to be able to shrink frame font down and then tell calfw to adjust cell-width such that the calendar occupies the entire window, so that there will be less need to wrap text within a cell.

I'm sure this should be achievable but my elisp isn't strong enough. Would this be easy to achieve?

smandy commented 1 year ago

Experimenting I've found the can achieve desired affect by

  1. Kill existing cfw calendar buffer.
  2. Adjust font to desired size.
  3. Reopening cfw calendar with (cfw:open-org-calendar).

Closing this issue.