Variable: markdown-ts-inhibit-code-block-mode-warnings

markdown-ts-inhibit-code-block-mode-warnings is a customizable variable defined in markdown-ts-mode.el.gz.

Value

t

Documentation

If non-nil, inhibit code-block major-mode messages and warnings.

Some fenced code-block major modes produce messages or warnings which have little relevance to Markdown buffers. Use this option to inhibit them. Major modes may be enabled for fontification or editing in the mode's context.

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-inhibit-code-block-mode-warnings t
  "If non-nil, inhibit code-block major-mode messages and warnings.
Some fenced code-block major modes produce messages or warnings which
have little relevance to Markdown buffers.  Use this option to inhibit
them.  Major modes may be enabled for fontification or editing in the
mode's context."
  :type 'boolean
  :version "31.1"
  :package-version "1.0")