Variable: with-editor-mode-lighter

with-editor-mode-lighter is a customizable variable defined in with-editor.el.

Value

" WE"

Documentation

The mode-line lighter of the With-Editor mode.

Source Code

;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
(defcustom with-editor-mode-lighter " WE"
  "The mode-line lighter of the With-Editor mode."
  :group 'with-editor
  :type '(choice (const :tag "No lighter" "") string))