-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
The dependency tree-sitter is no-longer required for emacs29+ (https://emacs-tree-sitter.github.io/). But prelude-rust requires it. I think we need to update prelude-rust to remove that dependency or make it conditional based on the emacs version.
Expected behavior
When I uncomment (require 'prelude-rust) in my personal/prelude-modules.el
Then I expect to enable prelude-rust features without any errors
Actual behavior
Currently I get an error saying that dependency tree-sitter is unavailable.
Steps to reproduce the problem
- Uncomment
(require 'prelude-rust)in mypersonal/prelude-modules.el - Re/Start emacs
Environment & Version information
- Prelude - 460bc16
Emacs version
- GNU Emacs 30.2
Operating system
- Fedora GNU/Linux 42