Variable: reftex-load-hook

reftex-load-hook is a customizable variable defined in reftex-vars.el.gz.

This variable is obsolete since 28.1; use with-eval-after-load instead.

Value

nil

Documentation

Hook which is being run when loading reftex.el.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-load-hook nil
  "Hook which is being run when loading reftex.el."
  :group 'reftex-miscellaneous-configurations
  :type 'hook)