Fix treemacs + lsp doctor check
The previous check was incorrect when eglot and treemacs without lsp was on. Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
parent
473417a890
commit
0aaebe2ca1
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