From d0cd4ae62e6996651dcfdc51222ae3fd9a68b4e3 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Wed, 23 Nov 2022 19:34:10 -0800 Subject: [PATCH] ; * lisp/progmodes/csharp-mode.el: Add missing require form. --- lisp/progmodes/csharp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index 23d7b05d50b..c507de94e03 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -27,6 +27,7 @@ (require 'compile) (require 'cc-mode) (require 'cc-langs) +(require 'treesit) (eval-when-compile (require 'cc-fonts)) -- 2.39.5