diff --git a/modules/tools/tree-sitter/doctor.el b/modules/tools/tree-sitter/doctor.el new file mode 100644 index 000000000..68026fce7 --- /dev/null +++ b/modules/tools/tree-sitter/doctor.el @@ -0,0 +1,4 @@ +;;; tools/treesitter/doctor.el -*- lexical-binding: t; -*- + +(unless (fboundp 'module-load) + (warn! "Emacs was not built with dynamic modules support. Tree sitter needs this to function"))