mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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.")
|
||||
|
Reference in New Issue
Block a user