From 6f2e7df6547dda6d69c809563dffa591c873d5ea Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Wed, 19 Jan 2022 22:33:49 -0500 Subject: emacs sort python imports on save --- .spacemacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.spacemacs b/.spacemacs index f5793af..1058c33 100644 --- a/.spacemacs +++ b/.spacemacs @@ -57,6 +57,7 @@ This function should only modify configuration layer settings." python-backend 'lsp python-lsp-server 'pyright python-test-runner '(pytest nose) + python-sort-imports-on-save t python-format-on-save t python-formatter 'black) ;;racket -- cgit 1.4.1