with-eval-after-load
with-eval-after-load is a Lisp macro in `subr.el
'.
(with-eval-after-load FILE &rest BODY)
Execute BODY after FILE is loaded.
FILE is normally a feature name, but it can also be a file name,
in case that file does not provide any feature.