cquery icon indicating copy to clipboard operation
cquery copied to clipboard

Emacs: can't find function lsp-cquery-enable

Open groundflyer opened this issue 5 years ago • 1 comments

I have latest cquery, lsp-mode and company-lsp installed from MELPA, but I can't find M-x lsp-cquery-enable function.

My config:

(add-hook 'c++-mode-hook 'lsp-cquery-enable)

Error when loading a .cpp file: File mode specification error: (void-function lsp-cquery-enable)

groundflyer avatar Dec 08 '18 10:12 groundflyer

This issue describes a fix: https://github.com/cquery-project/emacs-cquery/issues/58

dcermak avatar Dec 10 '18 10:12 dcermak