From: Stefan Kangas Date: Tue, 1 Aug 2023 10:59:32 +0000 (+0200) Subject: Use `M-x align` toml rule also for toml-ts-mode X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8086fd181f62dcb2945ec993f4e252ad7958c719;p=emacs.git Use `M-x align` toml rule also for toml-ts-mode * lisp/align.el (align-rules-list): Add toml-ts-mode to TOML rule. --- 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: