Variable: so-long-hook

so-long-hook is a customizable variable defined in so-long.el.gz.

Value

nil

Documentation

List of functions to call after so-long is called.

See also so-long-revert-hook.

This variable was added, or its default value changed, in so-long version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/so-long.el.gz
(defcustom so-long-hook nil
  "List of functions to call after `so-long' is called.

See also `so-long-revert-hook'."
  :type 'hook
  :package-version '(so-long . "1.0"))