Remove comment block

This commit is contained in:
Gerard Vermeulen 2023-06-29 06:42:38 +02:00
parent 381d209d9a
commit 540d604079
1 changed files with 0 additions and 12 deletions

View File

@ -5987,18 +5987,6 @@ or to increase the verbosity of [[https://github.com/python-lsp/python-lsp-serve
| eldoc-doc-buffer | eglot-mode-map | {{{kbd(C-h .)}}} |
|-------------------------+----------------+------------------|
#+begin_comment
Listing [[lst:make-pylsp-server-patch]] is useful to propagate eventual patches of
a local fork of [[https://github.com/python-lsp/python-lsp-server][python-lsp-server]].
#+caption[Make =pylsp-auto-import-modules.patch= listing]:
#+caption: Make =pylsp-auto-import-modules.patch= listing.
#+name: lst:make-pylsp-server-patch
#+begin_src shell -n :exports code :results none
git -C $HOME/VCS/python-lsp-server diff >pylsp.patch
#+end_src
#+end_comment
*** [[https://jedi.readthedocs.io/en/latest/][Jedi]]
:PROPERTIES:
:CUSTOM_ID: sec:jedi