Emacs: Start lsp-mode even if clangd is not installed.

I use lsp-mode for more things now.
This commit is contained in:
tastytea 2021-01-20 07:37:48 +01:00
parent c79c3c7b29
commit 4c5b029f3a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
;; Client for Language Server Protocol servers.
(use-package lsp-mode
:if (and (executable-find "clangd") (not slow-computer))
:unless slow-computer
:defines (lsp-clients-clangd-args)
:diminish lsp-mode
:custom ((lsp-prefer-flymake nil) ; Disable flymake.