Remove more rich text markup from Org tables

This commit is contained in:
Gerard Vermeulen 2022-07-17 22:27:17 +02:00
parent 3ae24e8220
commit f33c21a635

View File

@ -3379,16 +3379,16 @@ according to the configuration in listing [[lst:eglot-maybe-ensure]].
#+caption[Eglot related key bindings]: #+caption[Eglot related key bindings]:
#+caption: Eglot related key-bindings. #+caption: Eglot related key-bindings.
#+name: tab:eglot-related-key-bindings #+name: tab:eglot-related-key-bindings
|---------------------------+------------------+------------------| |-------------------------+----------------+------------------|
| command | keys | key map | | command | key map | keys |
|---------------------------+------------------+------------------| |-------------------------+----------------+------------------|
| =xref-find-definition= | {{{kbd(M-.)}}} | =global-map= | | xref-find-definition | global-map | {{{kbd(M-.)}}} |
| =xref-pop= | {{{kbd(M-\,)}}} | =global-map= | | xref-pop | global-map | {{{kbd(M-\,)}}} |
| =flymake-goto-next-error= | {{{kbd(C-c n)}}} | =eglot-mode-map= | | flymake-goto-next-error | eglot-mode-map | {{{kbd(C-c n)}}} |
| =flymake-goto-prev-error= | {{{kbd(C-c p)}}} | =eglot-mode-map= | | flymake-goto-prev-error | eglot-mode-map | {{{kbd(C-c p)}}} |
| =eglot-rename= | {{{kbd(C-c r)}}} | =eglot-mode-map= | | eglot-rename | eglot-mode-map | {{{kbd(C-c r)}}} |
| =eldoc-doc-buffer= | {{{kbd(C-h .)}}} | =eglot-mode-map= | | eldoc-doc-buffer | eglot-mode-map | {{{kbd(C-h .)}}} |
|---------------------------+------------------+------------------| |-------------------------+----------------+------------------|
Listing [[lst:pyproject-toml-kick-off]] and [[lst:setup-cfg-kick-off]] implement the 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]] 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]]