diff --git a/modules/ui/treemacs/doctor.el b/modules/ui/treemacs/doctor.el index d01192e25..255732fb4 100644 --- a/modules/ui/treemacs/doctor.el +++ b/modules/ui/treemacs/doctor.el @@ -1,5 +1,5 @@ ;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*- -(assert! (and (not (featurep! :tools lsp +eglot)) - (featurep! +lsp)) +(assert! (not (and (featurep! +lsp) + (featurep! :tools lsp +eglot))) "+lsp flag is not supported with eglot, only with lsp-mode.")