Variable: diary-show-holidays-flag
diary-show-holidays-flag is a customizable variable defined in
calendar.el.gz.
Value
t
Documentation
Non-nil means include holidays in the diary display.
The holidays appear in the mode line of the diary buffer, or in the fancy diary buffer next to the date. This slows down the diary functions somewhat; setting it to nil makes the diary display faster.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom diary-show-holidays-flag t
"Non-nil means include holidays in the diary display.
The holidays appear in the mode line of the diary buffer, or in the
fancy diary buffer next to the date. This slows down the diary functions
somewhat; setting it to nil makes the diary display faster."
:type 'boolean
:group 'holidays)