doomemacs/modules/ui/treemacs/doctor.el
2021-04-14 18:21:04 -03:00

5 lines
208 B
EmacsLisp

;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
(assert! (and (not (featurep! :tools lsp +eglot))
(featurep! +lsp))
"+lsp flag is not supported with eglot, only with lsp-mode.")