Variable: preview-min-spec

preview-min-spec is a variable defined in preview.el.

Value

nil

Documentation

Value to filter out too large icons.

Icon specs with :size larger than this value is not used. Appropriate value is determined at run time according to the display in use.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defvar preview-min-spec nil
  "Value to filter out too large icons.
Icon specs with :size larger than this value is not used.
Appropriate value is determined at run time according to the
display in use.")