From e6340934d62829b26beed064aa83e47bd4914aa9 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Fri, 1 Sep 2023 21:02:36 -0700 Subject: [PATCH] ; * lisp/treesit.el (treesit-thing-settings): Declare in treesit.el. --- lisp/treesit.el | 2 ++ 1 file changed, 2 insertions(+) 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 @@ (declare-function treesit-available-p "treesit.c") +(defvar treesit-thing-settings) + ;;; Custom options ;; Tree-sitter always appear as treesit in symbols. -- 2.39.5