; * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Add some notice.
This commit is contained in:
parent
89e337c3fc
commit
fb2c440920
1 changed files with 5 additions and 1 deletions
|
@ -996,7 +996,11 @@ To use tree-sitter C/C++ modes by default, evaluate
|
|||
(add-to-list \\='major-mode-remap-alist
|
||||
\\='(c-or-c++-mode . c-or-c++-ts-mode))
|
||||
|
||||
in your configuration."
|
||||
in your configuration.
|
||||
|
||||
Since this mode uses a parser, unbalanced brackets might cause
|
||||
some breakage in indentation/fontification. Therefore, it's
|
||||
recommended to enable `electric-pair-mode' with this mode."
|
||||
:group 'c++
|
||||
:after-hook (c-ts-mode-set-modeline)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue