Variable: erc-fill-wrap-align-prompt

erc-fill-wrap-align-prompt is a customizable variable defined in erc-fill.el.gz.

Value

nil

Documentation

Whether to align the prompt at the common wrap-prefix.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-fill.el.gz
(defcustom erc-fill-wrap-align-prompt nil
  "Whether to align the prompt at the common `wrap-prefix'."
  :package-version '(ERC . "5.6")
  :type 'boolean)