Variable: calendar-initial-window-hook
calendar-initial-window-hook is a customizable variable defined in
calendar.el.gz.
Value
nil
Documentation
List of functions to be called when the calendar window is created.
Quitting the calendar and re-entering it will cause these functions to be called again.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-initial-window-hook nil
"List of functions to be called when the calendar window is created.
Quitting the calendar and re-entering it will cause these functions
to be called again."
:type 'hook
:group 'calendar-hooks)