diff options
| -rw-r--r-- | lisp/treesit.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/treesit.el b/lisp/treesit.el index a1272b97a3a..63d6c213f09 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el | |||
| @@ -92,6 +92,8 @@ | |||
| 92 | 92 | ||
| 93 | (declare-function treesit-available-p "treesit.c") | 93 | (declare-function treesit-available-p "treesit.c") |
| 94 | 94 | ||
| 95 | (defvar treesit-thing-settings) | ||
| 96 | |||
| 95 | ;;; Custom options | 97 | ;;; Custom options |
| 96 | 98 | ||
| 97 | ;; Tree-sitter always appear as treesit in symbols. | 99 | ;; Tree-sitter always appear as treesit in symbols. |