Variable: mode-line-misc-info

mode-line-misc-info is a variable defined in bindings.el.gz.

Value

((which-function-mode
  (which-func-mode
   (which-func--use-mode-line ("" which-func-format " "))))
 (eglot--managed-mode (" [" eglot--mode-line-format "] "))
 (global-mode-string ("" global-mode-string)))

Documentation

Mode line construct for miscellaneous information.

By default, this shows the information specified by global-mode-string.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/bindings.el.gz
(defvar mode-line-misc-info
  '((global-mode-string ("" global-mode-string)))
  "Mode line construct for miscellaneous information.
By default, this shows the information specified by `global-mode-string'.")