mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(erlang): add doctor tool for erlang module
This commit is contained in:
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)")
|
Reference in New Issue
Block a user