feat(erlang): add doctor tool for erlang module
This commit is contained in:
parent
0e99b6b952
commit
e692d8e9fd
1 changed files with 6 additions and 0 deletions
6
modules/lang/erlang/doctor.el
Normal file
6
modules/lang/erlang/doctor.el
Normal 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)")
|
Loading…
Add table
Add a link
Reference in a new issue