-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global-ts-fold-indicators-mode does not work #121
Comments
|
Thanks for your comment. Lines 448 to 458 in 6e5e8c0
|
Yeah, the document will need to be updated. |
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
New version of ts-fold breaks in modes in which tree-sitter isn't supported. Based on [this](emacs-tree-sitter/ts-fold#121 (comment)) issue and comment, update the ts-fold activation for major mode.
My emacs got an error due to updated ts-fold package a few days ago.
This error has occurred
(global-ts-fold-indicators-mode 1)
configuration.When I tried changing it to
(add-hook 'tree-sitter-after-on-hook #'ts-fold-indicators-mode)
, the error disappeared.P.S.
ts-fold is a very nice package for me, Thank you.
The text was updated successfully, but these errors were encountered: