mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
6 lines
208 B
EmacsLisp
6 lines
208 B
EmacsLisp
;;; 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.")
|