Variable: type-break-time-warning-intervals

type-break-time-warning-intervals is a customizable variable defined in type-break.el.gz.

Value

(300 120 60 30)

Documentation

List of time intervals for warnings about upcoming typing break.

At each of the intervals (specified in seconds) away from a scheduled typing break, print a warning in the echo area.

Source Code

;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defcustom type-break-time-warning-intervals '(300 120 60 30)
  "List of time intervals for warnings about upcoming typing break.
At each of the intervals (specified in seconds) away from a scheduled
typing break, print a warning in the echo area."
  :type '(repeat integer)
  :group 'type-break)