Variable: ses-initial-column-width
ses-initial-column-width is a customizable variable defined in
ses.el.gz.
Value
7
Documentation
Initial width of columns in a new spreadsheet.
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defcustom ses-initial-column-width 7
"Initial width of columns in a new spreadsheet."
:type '(integer :match (lambda (widget value) (> value 0))))