mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(tree-sitter): add doctor check for modules
modules support it required by tree sitter to work.
This commit is contained in:
4
modules/tools/tree-sitter/doctor.el
Normal file
4
modules/tools/tree-sitter/doctor.el
Normal 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"))
|
Reference in New Issue
Block a user