Variable: eglot-connect-hook

eglot-connect-hook is a variable defined in eglot.el.gz.

Value

(eglot-signal-didChangeConfiguration)

Documentation

Hook run after connecting to a server.

Each function is passed an eglot-lsp-server(var)/eglot-lsp-server(fun) instance as argument.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar eglot-connect-hook
  '(eglot-signal-didChangeConfiguration)
  "Hook run after connecting to a server.
Each function is passed an `eglot-lsp-server' instance
as argument.")