branch: externals/indent-bars
commit bce0b729ccf59f4ec72eb4a75270a96df2aa7c93
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Comment treesit
---
indent-bars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index d6e3893120..e935c1aa8c 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -42,7 +42,7 @@
(require 'outline)
(require 'font-lock)
(require 'compat)
-(require 'treesit nil t)
+(require 'treesit nil t) ; treesit is optional
;;;; Customization
(defgroup indent-bars nil