Autoload `tree-sitter-indent-mode' #15
Merged
FelipeLema
merged 1 commits from eeshugerman/tree-sitter-indent.el:main
into main
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'eeshugerman/tree-sitter-indent.el:main'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This makes it possible to defer loading the package until the mode is enabled by a hook. For example
With
:defer t
, unlesstree-sitter-mode
is autoloaded, the hook will fail becausetree-sitter-mode
is not defined.5f80e89b7d
into main 6 months agolooks cool, thanks
5f80e89b7d
.