Function: eglot--managed-mode-off
eglot--managed-mode-off is a byte-compiled function defined in
eglot.el.gz.
Signature
(eglot--managed-mode-off)
Documentation
Turn off eglot--managed-mode(var)/eglot--managed-mode(fun) unconditionally.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot--managed-mode-off ()
"Turn off `eglot--managed-mode' unconditionally."
(eglot--managed-mode -1))