mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
5 lines
189 B
EmacsLisp
5 lines
189 B
EmacsLisp
;;; 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"))
|