mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Updated Emacs (markdown)
parent
31cb83bf41
commit
3342c7371a
4
Emacs.md
4
Emacs.md
@ -67,8 +67,8 @@ To turn on ccls for all C/C++ modes:
|
||||
(use-package ccls
|
||||
:commands lsp-ccls-enable
|
||||
:init
|
||||
(add-hook 'c-common-hook #'ccls//enable)
|
||||
(add-hook 'c++-common-hook #'ccls//enable)
|
||||
(add-hook 'c-mode-hook #'ccls//enable)
|
||||
(add-hook 'c++-mode-hook #'ccls//enable)
|
||||
)
|
||||
;; Also see lsp-project-whitelist lsp-project-blacklist ccls-root-matchers
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user