emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8086fd181f6 3/5: Use `M-x align` toml rule also for toml-ts-mode


From: Stefan Kangas
Subject: master 8086fd181f6 3/5: Use `M-x align` toml rule also for toml-ts-mode
Date: Tue, 1 Aug 2023 08:42:54 -0400 (EDT)

branch: master
commit 8086fd181f62dcb2945ec993f4e252ad7958c719
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]