Variable: calendar-mode-hook

calendar-mode-hook is a customizable variable defined in calendar.el.gz.

Value

(org--setup-calendar-bindings)

Documentation

Hook run when entering calendar-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-mode-hook nil
  "Hook run when entering `calendar-mode'."
  :type 'hook
  :group 'calendar-hooks)