Variable: sc-load-hook

sc-load-hook is a customizable variable defined in supercite.el.gz.

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

Value

nil

Documentation

Hook which gets run once after Supercite loads.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-load-hook nil
  "Hook which gets run once after Supercite loads."
  :type 'hook
  :group 'supercite-hooks)