Variable: delimit-columns-extra

delimit-columns-extra is a customizable variable defined in delim-col.el.gz.

Value

t

Documentation

Non-nil means that lines will have the same number of columns.

This has effect only when there are lines with different number of columns.

Source Code

;; Defined in /usr/src/emacs/lisp/delim-col.el.gz
(defcustom delimit-columns-extra t
  "Non-nil means that lines will have the same number of columns.

This has effect only when there are lines with different number of columns."
  :type '(boolean :tag "Lines With Same Number Of Column")
  :group 'columns)