doomemacs/modules/lang/swift/doctor.el

6 lines
197 B
EmacsLisp
Raw Normal View History

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