Variable: dash-fontify-mode-lighter

dash-fontify-mode-lighter is a customizable variable defined in dash.el.

Value

nil

Documentation

Mode line lighter for dash-fontify-mode(var)/dash-fontify-mode(fun).

Either a string to display in the mode line when dash-fontify-mode(var)/dash-fontify-mode(fun) is on, or nil to display nothing (the default).

This variable was added, or its default value changed, in dash version
2.18.0.

Source Code

;; Defined in ~/.emacs.d/elpa/dash-20260221.1346/dash.el
(defcustom dash-fontify-mode-lighter nil
  "Mode line lighter for `dash-fontify-mode'.
Either a string to display in the mode line when
`dash-fontify-mode' is on, or nil to display
nothing (the default)."
  :package-version '(dash . "2.18.0")
  :type '(choice (string :tag "Lighter" :value " Dash")
                 (const :tag "Nothing" nil)))