emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
815 stars 73 forks source link

(ts-fold-indicators-mode) not working when running emacs from terminal #255

Open pedro-nonfree opened 1 year ago

pedro-nonfree commented 1 year ago

When running emacs from terminal command (ts-fold-indicators-mode) hangs my emacs (based on 28.1 version)

I realised when I opened a file from terminal and I could not open because I had this config enabled

(add-hook 'tree-sitter-after-on-hook #'ts-fold-indicators-mode)

When running it in graphical mode works nice

Let's see if other can reproduce it in their environment of I have to share my details about my configuration