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 my personal/prelude-modules.el
- Re/Start emacs
Environment & Version information
Emacs version
Operating system
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 mypersonal/prelude-modules.elThen I expect to enable prelude-rust features without any errors
Actual behavior
Currently I get an error saying that dependency
tree-sitteris unavailable.Steps to reproduce the problem
(require 'prelude-rust)in mypersonal/prelude-modules.elEnvironment & Version information
Emacs version
Operating system