Variable: eglot--managed-mode-hook
eglot--managed-mode-hook is a customizable variable defined in
eglot.el.gz.
This variable is obsolete since 1.6; use eglot-managed-mode-hook
instead.
Value
nil
Documentation
Hook run after entering or leaving eglot--managed-mode(var)/eglot--managed-mode(fun).
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
;;; Obsolete aliases
;;;
(make-obsolete-variable 'eglot--managed-mode-hook
'eglot-managed-mode-hook "1.6")