From bf255f33057bf7fa5ce2192325dc27c37402ae03 Mon Sep 17 00:00:00 2001 From: Miloas <0x9357@gmail.com> Date: Tue, 12 Nov 2019 16:18:08 +0800 Subject: [PATCH] fix emacs-ccls link --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 11b2e3f..c655421 100644 --- a/FAQ.md +++ b/FAQ.md @@ -159,7 +159,7 @@ jq . < /tmp/ccls/@tmp@c/a.cc.json ## Project root detection -[emacs-ccls](https://github.com/MaskRay/emacs-cquery/) locates the project root in the following order: +[emacs-ccls](https://github.com/MaskRay/emacs-ccls/) locates the project root in the following order: * `.ccls-root`. If this file exists in any parent directory, that directory is treated as the project root. * `(lsp--suggest-project-root)` which in turn calls `(projectile-project-root)`. Usually you don't want `/usr/include/c++/8/algorithm` to be treated as in the project `/usr/include/c++/8/`, `(setq projectile-require-project-root t)` inhibits the behavior.