From a3930383b43ac094eb4fc550f03369f77a9070e9 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Fri, 21 Sep 2018 11:47:58 +0100 Subject: [PATCH] Fix spelling error --- Emacs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs.md b/Emacs.md index 9e9f1b0..981469a 100644 --- a/Emacs.md +++ b/Emacs.md @@ -28,7 +28,7 @@ The only required configuration is `ccls-executable`. Others have good defaults. ;; (setq ccls-extra-init-params '(:completion (:detailedLabel t))) ``` -A more flexibal way is to leave `ccls-executable` unchanged (default: `ccls`) and create a shell wrapper named `ccls` that is in your `PATH`: +A more flexible way is to leave `ccls-executable` unchanged (default: `ccls`) and create a shell wrapper named `ccls` that is in your `PATH`: ```zsh #!/bin/zsh #export CCLS_TRACEME=1 # if you want to debug ccls, stop it right after main() is called