doomemacs/modules/ui/treemacs/doctor.el

6 lines
208 B
EmacsLisp
Raw Normal View History

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