Variable: goto-address-fontify-maximum-size

goto-address-fontify-maximum-size is a customizable variable defined in goto-addr.el.gz.

Value

30000

Documentation

Maximum size of file in which to fontify and/or highlight URLs.

A value of t means there is no limit--fontify regardless of the size.

Source Code

;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
(defcustom goto-address-fontify-maximum-size 30000
  "Maximum size of file in which to fontify and/or highlight URLs.
A value of t means there is no limit--fontify regardless of the size."
  :type '(choice (integer :tag "Maximum size") (const :tag "No limit" t)))