Variable: eglot-menu-string

eglot-menu-string is a customizable variable defined in eglot.el.gz.

Value

"eglot"

Documentation

String displayed in mode line when Eglot is active.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defcustom eglot-menu-string "eglot"
  "String displayed in mode line when Eglot is active."
  :type 'string)