From 58f895743e556891a350df55eefce9f9a278d658 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 21 Oct 2020 17:54:57 +0200 Subject: [PATCH] [Emacs] Simplified python layer --- org/config/emacs.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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