Variable: markdown-ts-enable-table-mode

markdown-ts-enable-table-mode is a customizable variable defined in markdown-ts-mode.el.gz.

Value

t

Documentation

Non-nil automatically enables markdown-ts-table-mode(var)/markdown-ts-table-mode(fun).

If non-nil, enable markdown-ts-table-mode(var)/markdown-ts-table-mode(fun) if point is in a Markdown table.

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-table-mode t
  "Non-nil automatically enables `markdown-ts-table-mode'.
If non-nil, enable `markdown-ts-table-mode' if `point' is in a Markdown
table."
  :type 'boolean
  :version "31.1"
  :package-version "1.0")