Variable: calendar-view-holidays-initially-flag
calendar-view-holidays-initially-flag is a customizable variable
defined in calendar.el.gz.
Value
nil
Documentation
Non-nil means display holidays for current three month period on entry.
The holidays are displayed in another window when the calendar is first displayed.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-view-holidays-initially-flag nil
"Non-nil means display holidays for current three month period on entry.
The holidays are displayed in another window when the calendar is first
displayed."
:type 'boolean
:group 'holidays)