Skip to content

Commit

Permalink
Merge pull request doomemacs#4891 from rgrinberg/fix-treemacs-lsp-doctor
Browse files Browse the repository at this point in the history
Fix treemacs + lsp doctor check
  • Loading branch information
hlissner authored Apr 19, 2021
2 parents 473417a + 0aaebe2 commit cf98c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ui/treemacs/doctor.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;; ui/treemacs/doctor.el -*- lexical-binding: t; -*-

(assert! (and (not (featurep! :tools lsp +eglot))
(featurep! +lsp))
(assert! (not (and (featurep! +lsp)
(featurep! :tools lsp +eglot)))
"+lsp flag is not supported with eglot, only with lsp-mode.")

0 comments on commit cf98c0d

Please sign in to comment.