From 67460ce964a2d0eb75149c47142ad4a04cd073e3 Mon Sep 17 00:00:00 2001 From: LauZi Date: Thu, 15 Nov 2018 15:33:19 +0800 Subject: [PATCH] Remove an additional comma that crashes ccls --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5d5fb4f..8da3a77 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,7 +44,7 @@ If you want the ccls binary at a specific location use a symlink - do not move t If you want to specify additional search paths: * `print '%clang\n%cpp -std=gnu++17\n-isystem/tmp/include' > .ccls` -* emacs-ccls: `(setq ccls-extra-init-params '(:clang (:extraArgs ["-isystem", "/tmp/include"])))` +* emacs-ccls: `(setq ccls-extra-init-params '(:clang (:extraArgs ["-isystem" "/tmp/include"])))` ### `-std=c++1z` `-std=c++17` `bits/unordered_map.h`