delay-mode-hooks

delay-mode-hooks is a Lisp macro in `subr.el'.

(delay-mode-hooks &rest BODY)

Execute BODY, but delay any `run-mode-hooks'.
These hooks will be executed by the first following call to
`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form.
Only affects hooks run in the current buffer.