doomemacs/modules/lang/erlang/doctor.el
2022-01-04 10:44:20 +08:00

6 lines
197 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/erlang/doctor.el
(assert! (or (not (featurep! +lsp))
(featurep! :tools lsp))
"This module requires (:tools lsp)")