doomemacs/modules/ui/treemacs/doctor.el

6 lines
213 B
EmacsLisp
Raw Normal View History

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