feat(erlang): add doctor tool for erlang module

This commit is contained in:
GilbertWong 2021-12-17 02:31:18 +08:00
parent 0e99b6b952
commit e692d8e9fd
No known key found for this signature in database
GPG key ID: 667FAA63566BA06F

View file

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