From b8fa2243ea8dc3eb66dfca34d33708c2f15dd25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Marks?= Date: Sat, 6 Jun 2026 14:28:52 -0400 Subject: [PATCH] Fix M-RET in 'markdown-ts-in-table-mode-map' * lisp/textmodes/markdown-ts-mode.el (markdown-ts-in-table-mode-map): Map 'M-RET' to 'markdown-ts-table-insert-row-below' (bug#81196). --- lisp/textmodes/markdown-ts-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/markdown-ts-mode.el b/lisp/textmodes/markdown-ts-mode.el index b2124b20775..a4b6d305a96 100644 --- a/lisp/textmodes/markdown-ts-mode.el +++ b/lisp/textmodes/markdown-ts-mode.el @@ -5135,6 +5135,7 @@ commands in a table context." :menu nil "" #'markdown-ts-table-next-row "S-" #'markdown-ts-table-previous-row + "M-RET" #'markdown-ts-table-insert-row-below "" #'markdown-ts-table-next-cell "" #'markdown-ts-table-previous-cell "M-" #'markdown-ts-table-move-row-up