projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
508389a
)
; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
author
Yuan Fu
<casouri@gmail.com>
Sun, 8 Jan 2023 00:52:17 +0000
(16:52 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 8 Jan 2023 02:44:16 +0000
(18:44 -0800)
This fixes bug#60463.
lisp/align.el
patch
|
blob
|
history
diff --git
a/lisp/align.el
b/lisp/align.el
index 569186d241dc7cf36bdbf1ab43a5dbdc7bb12e0c..79a75dcec794630e526eb9a8b5daf5ee5872a900 100644
(file)
--- a/
lisp/align.el
+++ b/
lisp/align.el
@@
-179,7
+179,8
@@
If nil, then no messages will ever be printed to the minibuffer."
:type '(choice (const :tag "Align a large region silently" nil) integer)
:group 'align)
-(defcustom align-c++-modes '(c++-mode c-mode java-mode)
+(defcustom align-c++-modes '( c++-mode c-mode java-mode
+ c-ts-mode c++-ts-mode)
"A list of modes whose syntax resembles C/C++."
:type '(repeat symbol)
:group 'align)