documentation formatting: Fri Nov 9 18:25:27 UTC 2018

This commit is contained in:
emacspace 2018-11-09 18:25:27 +00:00 committed by Codruț Constantin Gușoi
parent aac242c2b7
commit 63bf38217a
1 changed files with 4 additions and 3 deletions

View File

@ -165,7 +165,7 @@ specifying an explicit =c-c++-lsp-cache-dir=. Setting this value to a relative p
subdirectory of your project root.
There are other initialization options such as the number of indexer threads, cache serialization format.
They have good default values. See [[file:./config.el][config.el]] and the backends' respective homepages for more info.
They have good default values. See [[file:./config.el][config.el]] and the backends respective homepages for more info.
- [[https://github.com/cquery-project/cquery/wiki/Emacs][Emacs section of =cquery= wiki]]
- [[https://github.com/MaskRay/ccls/wiki/Emacs][Emacs section of =ccls= wiki]]
@ -247,6 +247,7 @@ set that up like this:
(c-c++ :variables
c-c++-enable-google-style t
c-c++-enable-google-newline t)
#+END_SRC
** Newlines
You can enable the =Auto-newline= minor mode that automatically adds newlines
@ -324,7 +325,7 @@ generally applicable.
| ~SPC m g Y~ | cycle overlays on screen |
** cquery / ccls
The keybindings listed below are in addition to the default keybindings defined by the [[file:../../+tools/lsp/README.org][LSP layer]].
The key bindings listed below are in addition to the default key bindings defined by the [[file:../../+tools/lsp/README.org][LSP layer]].
*** goto
@ -334,7 +335,7 @@ The keybindings listed below are in addition to the default keybindings defined
| ~SPC m g R~ | find references (read) |
| ~SPC m g W~ | find references (write) |
| ~SPC m g c~ | find callers |
| ~SPC m g C~ | find callees |
| ~SPC m g C~ | find callees |
| ~SPC m g v~ | vars |
*** help/hierarchy