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

Repair cquery cache directory location #64

Closed tohammer closed 5 years ago

tohammer commented 5 years ago

Use lsp to suggest project root instead of using default-directory, i.e. the directory of the first buffer open with cquery during an emacs session.

This restores the behavior documented for 'cquery-cache-dir'.