Variable: delimit-columns-str-before
delimit-columns-str-before is a customizable variable defined in
delim-col.el.gz.
Value
""
Documentation
Specify a string to be inserted before all columns.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/delim-col.el.gz
(defcustom delimit-columns-str-before ""
"Specify a string to be inserted before all columns."
:type '(string :tag "Before All Columns")
:group 'columns)