mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-05-03 18:25:13 -07:00
9 lines
310 B
EmacsLisp
9 lines
310 B
EmacsLisp
;;; lang/qt/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(assert! (or (not (modulep! +lsp))
|
|
(modulep! :tools lsp))
|
|
"This module requires (:tools lsp)")
|
|
|
|
(assert! (or (not (modulep! +tree-sitter))
|
|
(modulep! :tools tree-sitter))
|
|
"This module requires (:tools tree-sitter)")
|