mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
195 B
EmacsLisp
6 lines
195 B
EmacsLisp
;;; lang/elm/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(assert! (or (not (featurep! +tree-sitter))
|
|
(featurep! :tools tree-sitter))
|
|
"This module requires (:tools tree-sitter)")
|