emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

lsp-related warning message #82

Closed chrhansk closed 4 years ago

chrhansk commented 4 years ago

When I (require 'lsp), I get the following warning message:

Warning (emacs): Replace (require ’lsp) with (require ’lsp-mode)

Presumably, this is due to this initialization code. As the warning suggests, the line should be replaced.

The same error apparently occured in dap-mode and was fixed in a similar fashion in this commit.

chrhansk commented 4 years ago

Thank you very much for the quick fix. :thumbsup: