Variable: erc-fill-static-center

erc-fill-static-center is a customizable variable defined in erc-fill.el.gz.

Value

27

Documentation

Column around which all statically filled messages will be centered.

This column denotes the point where the character between
<nickname> and the entered text will be put, thus aligning nick
names right and text left.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-static-center 27
  "Column around which all statically filled messages will be centered.
This column denotes the point where the ` ' character between
<nickname> and the entered text will be put, thus aligning nick
names right and text left."
  :type 'integer)