projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583ef0d
)
Use `M-x align` toml rule also for toml-ts-mode
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 1 Aug 2023 10:59:32 +0000
(12:59 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 1 Aug 2023 12:39:35 +0000
(14:39 +0200)
* lisp/align.el (align-rules-list): Add toml-ts-mode to TOML rule.
lisp/align.el
patch
|
blob
|
history
diff --git
a/lisp/align.el
b/lisp/align.el
index 2e667ca4749a8996c27bd7f411e29680cc3cbf20..6b6cba124478b68686d6d20d0dbb3319612e8251 100644
(file)
--- 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: