Remove more rich text markup from Org tables
This commit is contained in:
parent
3ae24e8220
commit
f33c21a635
20
README.org
20
README.org
@ -3379,16 +3379,16 @@ according to the configuration in listing [[lst:eglot-maybe-ensure]].
|
||||
#+caption[Eglot related key bindings]:
|
||||
#+caption: Eglot related key-bindings.
|
||||
#+name: tab:eglot-related-key-bindings
|
||||
|---------------------------+------------------+------------------|
|
||||
| command | keys | key map |
|
||||
|---------------------------+------------------+------------------|
|
||||
| =xref-find-definition= | {{{kbd(M-.)}}} | =global-map= |
|
||||
| =xref-pop= | {{{kbd(M-\,)}}} | =global-map= |
|
||||
| =flymake-goto-next-error= | {{{kbd(C-c n)}}} | =eglot-mode-map= |
|
||||
| =flymake-goto-prev-error= | {{{kbd(C-c p)}}} | =eglot-mode-map= |
|
||||
| =eglot-rename= | {{{kbd(C-c r)}}} | =eglot-mode-map= |
|
||||
| =eldoc-doc-buffer= | {{{kbd(C-h .)}}} | =eglot-mode-map= |
|
||||
|---------------------------+------------------+------------------|
|
||||
|-------------------------+----------------+------------------|
|
||||
| command | key map | keys |
|
||||
|-------------------------+----------------+------------------|
|
||||
| xref-find-definition | global-map | {{{kbd(M-.)}}} |
|
||||
| xref-pop | global-map | {{{kbd(M-\,)}}} |
|
||||
| flymake-goto-next-error | eglot-mode-map | {{{kbd(C-c n)}}} |
|
||||
| flymake-goto-prev-error | eglot-mode-map | {{{kbd(C-c p)}}} |
|
||||
| eglot-rename | eglot-mode-map | {{{kbd(C-c r)}}} |
|
||||
| eldoc-doc-buffer | eglot-mode-map | {{{kbd(C-h .)}}} |
|
||||
|-------------------------+----------------+------------------|
|
||||
|
||||
Listing [[lst:pyproject-toml-kick-off]] and [[lst:setup-cfg-kick-off]] implement the
|
||||
rules in [[https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html][using black with other tools]] in order to make [[https://flake8.pycqa.org/en/latest/][flake8]] or [[https://pycodestyle.pycqa.org/en/latest/][pycodestyle]]
|
||||
|
Loading…
Reference in New Issue
Block a user