mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-21 07:59:27 +00:00
Fix spelling error
parent
35bbdaa8c1
commit
a3930383b4
2
Emacs.md
2
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)))
|
;; (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
|
```zsh
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
#export CCLS_TRACEME=1 # if you want to debug ccls, stop it right after main() is called
|
#export CCLS_TRACEME=1 # if you want to debug ccls, stop it right after main() is called
|
||||||
|
Loading…
Reference in New Issue
Block a user