diff --git a/org/config/emacs.org b/org/config/emacs.org index 9ed83aa..c233c98 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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