doomemacs/modules/ui/treemacs/doctor.el
Rudi Grinberg 0aaebe2ca1 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>
2021-04-18 21:17:52 -07:00

5 lines
213 B
EmacsLisp

;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-
(assert! (not (and (featurep! +lsp)
(featurep! :tools lsp +eglot)))
"+lsp flag is not supported with eglot, only with lsp-mode.")