Variable: align-load-hook

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

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

Value

nil

Documentation

Hook that gets run after the aligner has been loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/align.el.gz
;;; User Variables:

(defcustom align-load-hook nil
  "Hook that gets run after the aligner has been loaded."
  :type 'hook)