doomemacs/modules/lang/agda/doctor.el

6 lines
196 B
EmacsLisp
Raw Normal View History

;;; lang/agda/doctor.el -*- lexical-binding: t; -*-
(assert! (or (not (featurep! +tree-sitter))
(featurep! :tools tree-sitter))
"This module requires (:tools tree-sitter)")