Variable: markdown-ts-code-block-in-context-mode-lighter
markdown-ts-code-block-in-context-mode-lighter is a customizable
variable defined in markdown-ts-mode.el.gz.
Value
" [code]"
Documentation
Minor mode markdown-ts-code-block-context-mode(var)/markdown-ts-code-block-context-mode(fun) lighter string.
Set to nil to disable the lighter.
This variable was added, or its default value changed, in unknown version unknown.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defcustom markdown-ts-code-block-in-context-mode-lighter " [code]"
"Minor mode `markdown-ts-code-block-context-mode' lighter string.
Set to nil to disable the lighter."
:type 'string
:version "31.1"
:package-version "1.0")