doomemacs/modules/tools/lsp/doctor.el
2020-08-22 15:34:52 -04:00

6 lines
256 B
EmacsLisp

;;; tools/lsp/doctor.el -*- lexical-binding: t; -*-
(assert! (not (and (featurep! +eglot)
(featurep! +peek)))
"+eglot and +peek flags are not compatible. Peek uses lsp-mode, while Eglot is another package altogether for LSP.")