Function: eglot-managed-p

eglot-managed-p is a byte-compiled function defined in eglot.el.gz.

Signature

(eglot-managed-p)

Documentation

Tell if current buffer is managed by Eglot.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-managed-p ()
  "Tell if current buffer is managed by Eglot."
  eglot--managed-mode)