Variable: server-after-make-frame-hook

server-after-make-frame-hook is a customizable variable defined in server.el.gz.

Value

nil

Documentation

Hook run when the Emacs server creates a client frame.

The created frame is selected when the hook is called.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/server.el.gz
(defcustom server-after-make-frame-hook nil
  "Hook run when the Emacs server creates a client frame.
The created frame is selected when the hook is called."
  :type 'hook
  :version "27.1")