From 050a6d197377098179683afc388f4de731fc6066 Mon Sep 17 00:00:00 2001 From: emacspace Date: Fri, 4 Sep 2020 16:48:12 +0000 Subject: [PATCH] documentation formatting: Fri Sep 4 16:48:12 UTC 2020 --- layers/+lang/python/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index 03c658f28..0ef50cd24 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -147,6 +147,7 @@ The =lsp= backend can use either of the following language server implementation #+END_SRC To setup the pyright language server instead, use: + #+BEGIN_SRC elisp (python :variables python-backend 'lsp python-lsp-server 'pyright) #+END_SRC