docs(tree-sitter): add doctor check for modules

modules support it required by tree sitter to work.
This commit is contained in:
Jeetaditya Chatterjee 2021-08-21 21:09:26 +01:00
parent f937be2156
commit 9251ea9db7
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91

View file

@ -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"))