mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-05 18:20:29 -08:00
refactor(tree-sitter): dynamic-modules doctor check
This commit is contained in:
parent
71ec9a9733
commit
35d2934727
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;;; tools/tree-sitter/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (fboundp 'module-load)
|
||||
(unless (featurep 'dynamic-modules)
|
||||
(error! "Emacs not built with dynamic modules support"))
|
||||
|
||||
(if (version< emacs-version "29.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue