Variable: type-break-query-interval
type-break-query-interval is a customizable variable defined in
type-break.el.gz.
Value
60
Documentation
Number of seconds between queries to take a break, if put off.
The user will continue to be prompted at this interval until he or she finally submits to taking a typing break.
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defcustom type-break-query-interval 60
"Number of seconds between queries to take a break, if put off.
The user will continue to be prompted at this interval until he or she
finally submits to taking a typing break."
:type 'natnum
:group 'type-break)