cquery-project / emacs-cquery

Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases
116 stars 14 forks source link

replace c-mode-common-hook with c-c++-mode-hooks #39

Closed ztlevi closed 6 years ago

ztlevi commented 6 years ago

c-mode-common-hook will affect java-mode-hook as well. That is not expected and will case Error from the Language Server: Unable to find file.

Better to use c-c++-mode-hooks instead.

jacobdufault commented 6 years ago

PR appreciated :)

innerout commented 6 years ago

You can close this issue it is solved.