From 8086fd181f62dcb2945ec993f4e252ad7958c719 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 1 Aug 2023 12:59:32 +0200 Subject: [PATCH] Use `M-x align` toml rule also for toml-ts-mode * lisp/align.el (align-rules-list): Add toml-ts-mode to TOML rule. --- lisp/align.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/align.el b/lisp/align.el index 2e667ca4749..6b6cba12447 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -575,7 +575,7 @@ The possible settings for `align-region-separate' are: "=" (group (zero-or-more (syntax whitespace))))) (group . (1 2)) - (modes . '(conf-toml-mode)))) + (modes . '(conf-toml-mode toml-ts-mode)))) "A list describing all of the available alignment rules. The format is: -- 2.39.2