5 lines
230 B
EmacsLisp
5 lines
230 B
EmacsLisp
|
;;; tools/debugger/doctor.el -*- lexical-binding: t; -*-
|
||
|
|
||
|
(when (and (featurep! +lsp) (featurep! :tools lsp +eglot))
|
||
|
(warn! "+lsp flag is not compatible with :tools (lsp +eglot). Choose only one of (eglot or dap-mode) please"))
|