Variable: markdown-ts-enable-code-block-context-mode

markdown-ts-enable-code-block-context-mode is a customizable variable defined in markdown-ts-mode.el.gz.

Value

t

Documentation

Non-nil automatically enables markdown-ts-code-block-context-mode(var)/markdown-ts-code-block-context-mode(fun).

If non-nil and point is in a fenced code block, this runs indent-for-tab-command, newline, et.al., in the mode of the code block.

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-enable-code-block-context-mode t
  "Non-nil automatically enables `markdown-ts-code-block-context-mode'.
If non-nil and `point' is in a fenced code block, this runs
`indent-for-tab-command', `newline', et.al., in the mode of the code
block."
  :type 'boolean
  :version "31.1"
  :package-version "1.0")