Robb Enzmann

Results 5 issues of Robb Enzmann

I ran into [this issue](https://github.com/dsanson/termpdf.py/issues/17) trying to `pip install` this package. The issue is not that `fitz` isn't listed, but the keyword for `requires` should actually be `install_requires`. Without this...

Currently unsure whether this is an Emacs thing or a treesit-auto thing. Issue: create a `#+begin_src python` block in org. Use `C-c '` to edit the contents. `python-mode` is activated...

After using `M-x treesit-auto-install-all`, and getting a buffer listing the the missing grammars, it should disappear after selecting _either_ yes or no.

We're at the point where it's tough to test all the different cases by hand now: * Every supported mode is, in fact, automatically using the tree-sitter version * Shell...

help wanted

[A reddit comment](https://www.reddit.com/r/emacs/comments/10iuim1/comment/j5k6bwi/?utm_source=share&utm_medium=web2x&context=3) brought up the fact that it's annoying to manually sync hooks between tree-sitter and the default modes. Maybe add a switch like `treesit-auto-sync-hooks` that can be t...

enhancement