From 819f3272001daac3a3f0d3dd1e69fbb6638b532c Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 23 Oct 2019 20:54:14 +0200 Subject: [PATCH] Add Python layer --- emacs/.spacemacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 5eea6b1..575cc1a 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -70,10 +70,10 @@ This function should only modify configuration layer settings." spacemacs-layouts dap spacemacs-project - ;; (python :variables - ;; python-backend 'anaconda - ;; python-test-runner 'pytest - ;; python-enable-yapf-format-on-save t) + (python :variables + python-backend 'lsp + python-test-runner 'pytest + python-enable-yapf-format-on-save t) yaml latex pandoc