Variable: calendar-after-frame-setup-hook

calendar-after-frame-setup-hook is a customizable variable defined in cal-x.el.gz.

Value

nil

Documentation

List of functions to be run after creating a calendar and/or diary frame.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-x.el.gz
(defcustom calendar-after-frame-setup-hook nil
  "List of functions to be run after creating a calendar and/or diary frame."
  :type 'hook
  :group 'calendar-hooks)