Variable: erc-button-buttonize-nicks

erc-button-buttonize-nicks is a customizable variable defined in erc-button.el.gz.

Value

t

Documentation

Flag indicating whether nicks should be buttonized.

Note that beginning in ERC 5.6, some functionality provided by other modules, such as fill-wrap, may depend on this option being non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-button-buttonize-nicks t
  "Flag indicating whether nicks should be buttonized.
Note that beginning in ERC 5.6, some functionality provided by
other modules, such as `fill-wrap', may depend on this option
being non-nil."
  :type 'boolean)