Variable: hfy-split-index

hfy-split-index is a customizable variable defined in htmlfontify.el.gz.

Value

nil

Documentation

Whether or not to split the index hfy-index-file alphabetically.

If non-nil, the index is split on the first letter of each tag. Useful when the index would otherwise be large and take a long time to render or be difficult to navigate.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-split-index nil
  "Whether or not to split the index `hfy-index-file' alphabetically.
If non-nil, the index is split on the first letter of each tag.
Useful when the index would otherwise be large and take
a long time to render or be difficult to navigate."
  :tag   "split-index"
  :type  '(boolean))