Variable: calendar-left-margin

calendar-left-margin is a customizable variable defined in calendar.el.gz.

Value

5

Documentation

Empty space to the left of the first month in the calendar.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-left-margin 5
  "Empty space to the left of the first month in the calendar."
  :group 'calendar
  :initialize #'custom-initialize-default
  :set #'calendar-set-layout-variable
  :type 'integer
  :version "23.1")