Variable: goto-address-highlight-p

goto-address-highlight-p is a customizable variable defined in goto-addr.el.gz.

Value

t

Documentation

Non-nil means URLs and e-mail addresses in buffer are highlighted.

Source Code

;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
(defcustom goto-address-highlight-p t
  "Non-nil means URLs and e-mail addresses in buffer are highlighted."
  :type 'boolean)