Merge pull request #4891 from rgrinberg/fix-treemacs-lsp-doctor

Fix treemacs + lsp doctor check
This commit is contained in:
Henrik Lissner 2021-04-19 17:22:44 -04:00 committed by GitHub
commit cf98c0d8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.")