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