Variable: table-time-before-reformat

table-time-before-reformat is a customizable variable defined in table.el.gz.

Value

0.2

Documentation

Time in seconds before reformatting the table.

This many seconds must pass in addition to table-time-before-update before the table is updated with newly widened width or heightened height.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-time-before-reformat 0.2
  "Time in seconds before reformatting the table.
This many seconds must pass in addition to `table-time-before-update'
before the table is updated with newly widened width or heightened
height."
  :tag "Time Before Cell Reformat"
  :type 'number
  :group 'table)