Variable: align-default-spacing
align-default-spacing is a customizable variable defined in
align.el.gz.
Value
1
Documentation
An integer that represents the default amount of padding to use.
If align-to-tab-stop is non-nil, this will represent the number of
tab stops to use for alignment, rather than the number of spaces.
Each alignment rule can optionally override both this variable and
align-to-tab-stop. See align-rules-list.
Source Code
;; Defined in /usr/src/emacs/lisp/align.el.gz
(defcustom align-default-spacing 1
"An integer that represents the default amount of padding to use.
If `align-to-tab-stop' is non-nil, this will represent the number of
tab stops to use for alignment, rather than the number of spaces.
Each alignment rule can optionally override both this variable and
`align-to-tab-stop'. See `align-rules-list'."
:type 'integer
:group 'align)