term-setup-hook

term-setup-hook is a variable defined in `startup.el'.
Its value is
nil

  • This variable is obsolete since 24.4;
    use either `emacs-startup-hook' or `tty-setup-hook' instead.
  • This variable may be risky if used as a file-local variable.

Documentation:
Normal hook run immediately after `emacs-startup-hook'.
In new code, there is no reason to use this instead of `emacs-startup-hook'.
If you want to execute terminal-specific Lisp code, for example
to override the definitions made by the terminal-specific file,
see `tty-setup-hook'.