emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
816 stars 73 forks source link

Add tree-sitter-mode lighter #231

Open xFA25E opened 2 years ago

xFA25E commented 2 years ago

Add new, customizable, variable tree-sitter-mode-lighter. It lets the user to customize tree-sitter-mode lighter in mode-line and disable it by setting it to an empty string.

This is very useful for people that do not use packages like diminish, because Emacs has a built-in way of doing that.