mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
This fixes bug#60463.
This commit is contained in:
parent
508389ad2b
commit
16f1e47ca8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user