Variable: nndiary-week-starts-on-monday

nndiary-week-starts-on-monday is a customizable variable defined in nndiary.el.gz.

Value

nil

Documentation

Whether a week starts on monday (otherwise, sunday).

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-week-starts-on-monday nil
  "Whether a week starts on monday (otherwise, sunday)."
  :type 'boolean)