2021-04-04 23:16:37 -03:00
|
|
|
;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
|
2021-04-18 21:17:52 -07:00
|
|
|
(assert! (not (and (featurep! +lsp)
|
|
|
|
(featurep! :tools lsp +eglot)))
|
2021-04-04 23:16:37 -03:00
|
|
|
"+lsp flag is not supported with eglot, only with lsp-mode.")
|