Variable: goto-address-url-mouse-face

goto-address-url-mouse-face is a customizable variable defined in goto-addr.el.gz.

Value

highlight

Documentation

Face to use for URLs when the mouse is on them.

Source Code

;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
(defcustom goto-address-url-mouse-face 'highlight
  "Face to use for URLs when the mouse is on them."
  :type 'face)