Merge pull request #4891 from rgrinberg/fix-treemacs-lsp-doctor
Fix treemacs + lsp doctor check
This commit is contained in:
commit
cf98c0d8bb
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
|
;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(assert! (and (not (featurep! :tools lsp +eglot))
|
(assert! (not (and (featurep! +lsp)
|
||||||
(featurep! +lsp))
|
(featurep! :tools lsp +eglot)))
|
||||||
"+lsp flag is not supported with eglot, only with lsp-mode.")
|
"+lsp flag is not supported with eglot, only with lsp-mode.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue