[Emacs] Simplified python layer

This commit is contained in:
Lucien Cartier-Tilet 2020-10-21 17:54:57 +02:00
parent 97c0c4c744
commit 58f895743e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 4 deletions

View File

@ -447,11 +447,8 @@
or pytest.
#+BEGIN_SRC emacs-lisp
(python :variables
python-backend 'lsp
python-sort-imports-on-save t
python-fill-column 80
python-test-runner '(pytest nose)
python-formatter 'lsp)
python-test-runner '(pytest nose))
#+END_SRC
With the Rust layer, the only custom configuration set is the backend being