Files
dtos-dotfiles/.emacs.d/modules/lang/php/doctor.el
2019-12-16 20:21:19 -06:00

7 lines
194 B
EmacsLisp

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