Skip to content
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

After call ts-fold-close, emacs is complaining ts-fold-indicators-refresh not found #131

Open
phye opened this issue Feb 21, 2025 · 2 comments
Labels
question Further information is requested

Comments

@phye
Copy link

phye commented Feb 21, 2025

PS: I've installed ts-fold via maually (use-package :load-path) way and no other customization. And the issue seems to exist both in 0.4.0 and master branch.

@phye
Copy link
Author

phye commented Feb 21, 2025

Sorry, after manually load ts-fold-indicators, it's working now.

(use-package ts-fold-indicators
  :load-path "~/.emacs.d/site-lisp/ts-fold/")

@jcs090218
Copy link
Member

What package manager do you use to install packages? package.el? straight.el? 🤔

I am using package.el and never have this issue. 🤔

Similar to emacs-tree-sitter/treesit-fold#23 with package-vc.el.

@jcs090218 jcs090218 added the question Further information is requested label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants