Comment on Modern Emacs TypeScript Web ConfigComments−G3rn0tiOP2y(use-package treesitWhat’s the use of this package? Isn’t Treesitter built in Emacs (at least if compiled with tree sitter support)?−scott012yIt's like a scope for your config. I often do the same to group settings per-package, e.g. for dired.
Comments
What’s the use of this package? Isn’t Treesitter built in Emacs (at least if compiled with tree sitter support)?
It's like a scope for your config. I often do the same to group settings per-package, e.g. for dired.