[Emacs] Simplified python layer
This commit is contained in:
parent
97c0c4c744
commit
58f895743e
@ -447,11 +447,8 @@
|
|||||||
or pytest.
|
or pytest.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(python :variables
|
(python :variables
|
||||||
python-backend 'lsp
|
|
||||||
python-sort-imports-on-save t
|
|
||||||
python-fill-column 80
|
python-fill-column 80
|
||||||
python-test-runner '(pytest nose)
|
python-test-runner '(pytest nose))
|
||||||
python-formatter 'lsp)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
With the Rust layer, the only custom configuration set is the backend being
|
With the Rust layer, the only custom configuration set is the backend being
|
||||||
|
Loading…
Reference in New Issue
Block a user